Skip to content

Commit

Permalink
#0: use custom checkout action for build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed May 14, 2024
1 parent 83fcbf3 commit 8f8ed2e
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 @@ -17,7 +17,7 @@ jobs:
environment: dev
runs-on: build
steps:
- uses: actions/checkout@v4
- uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
- name: Set up dynamic env vars for build
run: |
echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV
Expand Down

0 comments on commit 8f8ed2e

Please sign in to comment.