Skip to content

Commit

Permalink
#0: Use the correct arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 24, 2024
1 parent b51b1e4 commit 7d37bcc
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 @@ -90,7 +90,7 @@ jobs:
docker_password: ${{ secrets.GITHUB_TOKEN }}
docker_opts: |
-e ARCH_NAME=${{ matrix.arch }}
run: |
run_args: |
nice -n 19 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} -DENABLE_TRACY=${{ inputs.tracy }}
nice -n 19 cmake --build build --target tests
nice -n 19 cmake --build build --target install
Expand Down

0 comments on commit 7d37bcc

Please sign in to comment.