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 d5878b3 commit 09e6efb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,12 @@ jobs:
branch: dev-18
github_token: ${{secrets.GITHUB_TOKEN}}
path: seaurchin-llvm


- name: Unpack seaurchin-llvm build artifacts only
run: |
tar --zstd -xf seaurchin-llvm/seaurchin-llvm-assert-build/seaurchin-llvm-assert-build.tar.zst
rm seaurchin-llvm/seaurchin-llvm-assert-build/seaurchin-llvm-assert-build.tar.zst
- name: Display structure of downloaded seaurchin-llvm artefact
run: ls -laHR seaurchin-llvm

Expand Down

0 comments on commit 09e6efb

Please sign in to comment.