From f03e95ee48e2b4af873cb8943793f0203a30e54b Mon Sep 17 00:00:00 2001 From: Vincent Tang Date: Tue, 14 May 2024 19:27:23 +0000 Subject: [PATCH] #8280: use Ninja for build_artifacts --- .github/workflows/build-artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yaml b/.github/workflows/build-artifact.yaml index 604b2eb4858..b9b31cee042 100644 --- a/.github/workflows/build-artifact.yaml +++ b/.github/workflows/build-artifact.yaml @@ -24,7 +24,7 @@ jobs: - uses: ./.github/actions/install-python-deps - name: Build tt-metal and libs run: | - cmake -B build + cmake -B build -G Ninja cmake --build build --target tests -- -j`nproc` cmake --build build --target metal-install - name: 'Tar files'