Skip to content

Commit

Permalink
ci: CMake requires key=value even for flags
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Dec 7, 2023
1 parent 13fad52 commit 099e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 -DSKIP_PYTHON ..
cmake -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 -DSKIP_PYTHON=1 ..
make
make test
Expand Down

0 comments on commit 099e459

Please sign in to comment.