Skip to content

Commit

Permalink
Update cmake-auto-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 7e7aa5d commit bc46eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
run: >
cmake -B ${{ github.workspace }}/cmake-build-debug
-S ${{ github.workspace }}
-G Ninja
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_MAKE_PROGRAM=${GITHUB_WORKSPACE}/ninja-build/ninja
-DEKG_ENABLE_TEST=0
-DEKG_LINUX_NOT_FOUND_FREETYPE=1
Expand Down

0 comments on commit bc46eb1

Please sign in to comment.