Skip to content

Commit

Permalink
Download bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Mar 20, 2024
1 parent 79552e1 commit e5c5489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ jobs:
- name: Build Kani
run: cargo install --locked --path ./kani

- name: Download bundle
uses: actions/download-artifact@v3
with:
name: ${{ matrix.prev_job.bundle }}

- name: Check download
run: |
ls -lh .
Expand Down

0 comments on commit e5c5489

Please sign in to comment.