Skip to content

Commit

Permalink
ci: skipping python bindings when building on Mac OS X with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Dec 7, 2023
1 parent e630069 commit 13fad52
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 ..
cmake -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 -DSKIP_PYTHON ..
make
make test
Expand Down

0 comments on commit 13fad52

Please sign in to comment.