Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Apr 1, 2024
1 parent b473a4c commit 2804045
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,8 @@ jobs:
-DCMAKE_CXX_FLAGS="-s" \
-DUSE_STATIC_SDL=ON \
-DCMAKE_BUILD_TYPE=Release \
<<<<<<< HEAD
-DRELEASE_BUILD=ON \
-DCMAKE_PREFIX_PATH="$(brew --prefix qt@5);$(brew --prefix glew)" \
=======
-DCMAKE_PREFIX_PATH="$(brew --prefix qt@5)" \
>>>>>>> f53171877606cd6916c5b13c022b06bde3e93aa5
-DMACOS_BUILD_APP_BUNDLE=ON \
-DMACOS_BUNDLE_QT=ON
cd build
Expand Down Expand Up @@ -129,6 +125,7 @@ jobs:
-DCMAKE_CXX_FLAGS="-s" \
-DUSE_STATIC_SDL=ON \
-DCMAKE_BUILD_TYPE=Release \
-DRELEASE_BUILD=ON \
-DCMAKE_PREFIX_PATH="$(brew --prefix qt@5)" \
-DMACOS_BUILD_APP_BUNDLE=ON \
-DMACOS_BUNDLE_QT=ON
Expand Down

0 comments on commit 2804045

Please sign in to comment.