Skip to content

Commit

Permalink
Add -D MSYS2_FOLDER flag to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Jun 19, 2024
1 parent a33a5bd commit 94c4ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
mkdir build
cd build
cmake -G "MinGW Makefiles" -D MSYS2_FOLDER=c:/langs/msys64 -DCMAKE_BUILD_TYPE=Release ..
cmake -G "MinGW Makefiles" -DMSYS2_FOLDER=c:/langs/msys64 -DCMAKE_BUILD_TYPE=Release ..
make
make install
- name: Save mgconsole Windows build
Expand Down

0 comments on commit 94c4ce5

Please sign in to comment.