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 8, 2024
1 parent b0808ec commit 38db8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
wget https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.zip
unzip ./glew-2.2.0.zip
cmake -S ./glew-2.2.0/build/cmake -B ./glew-cmake-build-cache -G Ninja -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
cmake -S ./glew-2.2.0/build/cmake -B ./glew-cmake-build-cache -G Ninja -DCMAKE_C_COMPILER=gcc-mingw-w64-x86-64
cmake --build ./glew-cmake-build-cache
cd ./glew-2.2.0/lib
sudo cp -r * /usr/x86_64-w64-mingw32/lib
Expand All @@ -80,7 +80,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++-mingw-w64-x86-64
-DEKG_ENABLE_TEST=0
-DEKG_LINUX_NOT_FOUND_FREETYPE=1
Expand Down

0 comments on commit 38db8b6

Please sign in to comment.