Skip to content

Commit

Permalink
Download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 1, 2024
1 parent 075987b commit 7cc5a41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
RUST_LOG: debug,replay=trace,rpc-state-reader=trace
steps:
- uses: actions/checkout@v4
- name: Download a single artifact
uses: actions/download-artifact@v4
with:
name: cairo-native-runtime-library
- run: ls
- name: check and free hdd space left
run: |
echo "Listing 20 largest packages"
Expand Down

0 comments on commit 7cc5a41

Please sign in to comment.