CI: update brew package name

This commit is contained in:
Fabien Givors 2023-01-16 18:38:19 +01:00
parent 958f2303ad
commit e59cdac3bd
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v2.0.0
- name: Install dependencies
run: |
brew install cmake qt5 ftgl pkg-config fluid-synth
brew install cmake qt@5 ftgl pkg-config fluid-synth
- name: Define variables
run: |
pb_ver=`grep PB_VERSION src/version.h | cut -d "\"" -f 2`
@ -74,10 +74,10 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt)"
cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@5)"
make
make install-translations
$(brew --prefix qt)/bin/macdeployqt build/pianobooster.app -dmg
$(brew --prefix qt@5)/bin/macdeployqt build/pianobooster.app -dmg
find .
echo "Done!"
mv build/*dmg ../${pb_app_name}.dmg