CI: Fix error when uninstalling curl and php

This commit is contained in:
Norihiro Kamae 2021-11-03 18:23:12 +09:00 committed by Matt Gajownik
parent 01d91ee600
commit ebadfa3794

View file

@ -80,7 +80,7 @@ jobs:
if [ -d /usr/local/opt/speexdsp ]; then
brew unlink speexdsp
fi
brew uninstall curl php
brew uninstall curl php composer
brew bundle --file ./CI/scripts/macos/Brewfile
echo "NPROC=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
- name: 'Restore Chromium Embedded Framework from cache'