From 6eb88002e9828a39f7b610234875df08c60641df Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 6 Oct 2022 03:47:43 -0400 Subject: [PATCH] Update artifacts.yml --- .github/workflows/artifacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 6590c76..7ee2eb7 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -51,8 +51,7 @@ jobs: run: | cd swiftshader/build - # linux is 2 and mac is 3 - make -j${{ matrix.jobs }} + CMAKE_BUILD_PARALLEL_LEVEL=${{ matrix.jobs }} cmake --build . --parallel shell: bash - name: compress