Skip to content

Commit

Permalink
Update cmake-worker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 80365ca commit c165f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cmake -B ${{ github.workspace }}/cmake-build-debug
-S ${{ github.workspace }}
-G Ninja
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
-DCMAKE_CXX_COMPILER=g++
-DEKG_ENABLE_TEST=0
-DEKG_LINUX_NOT_FOUND_FREETYPE=1
Expand Down

0 comments on commit c165f74

Please sign in to comment.