From ddf2522b0e8c4e2738468f869207841e78632bfd Mon Sep 17 00:00:00 2001 From: Thomas Devoogdt Date: Sun, 25 Aug 2024 20:57:57 +0200 Subject: [PATCH] tmp --- .github/workflows/pr-compile-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-compile-check.yaml b/.github/workflows/pr-compile-check.yaml index 0e0133f78b5..84f23e491aa 100644 --- a/.github/workflows/pr-compile-check.yaml +++ b/.github/workflows/pr-compile-check.yaml @@ -91,6 +91,7 @@ jobs: - name: Compile w/ CXX support run: | + export CXX=/bin/false export nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN) )) cmake ../ make -j $nparallel