Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux authored Nov 25, 2024
1 parent bd07a26 commit 6c35f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
-DPython_EXECUTABLE="$(which python3)" \
-DPLATFORM_QT_STATIC=ON \
-DUSE_STATIC_SDL=ON \
-DQT5_STATIC_DIR="/c/tools/msys64/mingw64/qt5-static"
-DQT5_STATIC_DIR="/mingw64/qt5-static"
cd build
make -j$NUMBER_OF_PROCESSORS
- name: Collect artifacts
Expand Down

0 comments on commit 6c35f18

Please sign in to comment.