We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5518d commit ddf2522Copy full SHA for ddf2522
.github/workflows/pr-compile-check.yaml
@@ -91,6 +91,7 @@ jobs:
91
92
- name: Compile w/ CXX support
93
run: |
94
+ export CXX=/bin/false
95
export nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN) ))
96
cmake ../
97
make -j $nparallel
0 commit comments