Skip to content

Commit

Permalink
feat: install py rust dist builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Dec 6, 2024
1 parent 103a2e8 commit 59a0918
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-rust-dist-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
branch: dev-18
github_token: ${{secrets.GITHUB_TOKEN}}
path: seaurchin-llvm


- name: Display structure of downloaded seaurchin-llvm artefact
run: ls -laHR seaurchin-llvm

- name: Unpack seaurchin-llvm build artifacts only
run: |
tar --zstd -C seaurchin-llvm/seaurchin-llvm-assert-build/ -xf seaurchin-llvm-assert-build.tar.zst
Expand Down

0 comments on commit 59a0918

Please sign in to comment.