diff --git a/.github/workflows/check-in-tree-build.yml b/.github/workflows/check-in-tree-build.yml index 0afd74f9f..2eaa78da2 100644 --- a/.github/workflows/check-in-tree-build.yml +++ b/.github/workflows/check-in-tree-build.yml @@ -168,7 +168,7 @@ jobs: shell: bash run: | cd build - cmake --build . --config ${{ matrix.build_type }} --target llvm-spirv -j2 + cmake --build . --config ${{ matrix.build_type }} --target llvm-spirv -j $NUMBER_OF_PROCESSORS # FIXME: Testing is disabled at the moment as it requires clang to be present # - name: Build tests & test # shell: bash