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 bbdebe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ 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 bbdebe7

Please sign in to comment.