Skip to content

Commit ddf2522

Browse files
tmp
1 parent 4f5518d commit ddf2522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-compile-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191

9292
- name: Compile w/ CXX support
9393
run: |
94+
export CXX=/bin/false
9495
export nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN) ))
9596
cmake ../
9697
make -j $nparallel

0 commit comments

Comments
 (0)