Skip to content

Commit

Permalink
feat: rust dist builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Dec 5, 2024
1 parent 01691ab commit 188a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-dist-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Download seaurchin-llvm
uses: dawidd6/action-download-artifact@v7
with:
#name: seaurchin-llvm-build
repo: seahorn/seaurchin-llvm
workflow: build-seaurchin-llvm-assert-bin.yml
branch: dev-18
github_token: ${{secrets.GITHUB_TOKEN}}
path: seaurchin-llvm

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

0 comments on commit 188a16d

Please sign in to comment.