We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480d849 commit 2e3d3f6Copy full SHA for 2e3d3f6
1 file changed
.github/workflows/CI-unixish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: CMake build on macOS (force Boost)
43
run: |
44
- set -ex
+ set +e
45
# make sure we fail when Boost is requested and not available
46
# will fail because no package configuration is available
47
cmake -S . -B cmake.output.boost-force -G "Unix Makefiles" -DUSE_BOOST=On
0 commit comments