Skip to content

Commit

Permalink
#8082: point to downloaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 10, 2024
1 parent 056c388 commit fd97941
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 @@ -68,7 +68,7 @@ jobs:
path: /tmp
- name: Load Docker image
run: |
docker load < docker_image.tar
docker load --input /tmp/docker_image.tar
- name: Build tt-metal cmake build
run: |
./scripts/docker/run_docker_cmd.sh -d "cmake -B build"
Expand Down

0 comments on commit fd97941

Please sign in to comment.