Skip to content

Commit

Permalink
#8280: use Ninja for build_artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vtangTT committed May 14, 2024
1 parent 3cfb24b commit f03e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f03e95e

Please sign in to comment.