Skip to content

Commit

Permalink
[ci] actually use the build type
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Dec 28, 2023
1 parent 996bca5 commit d152d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE : 1
BUILD_CONFIG : >
-G Ninja
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
-DCMAKE_PREFIX_PATH=/usr/local/opt/bison
-DBUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit d152d0c

Please sign in to comment.