Skip to content

Commit

Permalink
clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 27, 2024
1 parent 62a7705 commit f58a2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-starknet-foundry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
run: |
asdf plugin add starknet-foundry
asdf install starknet-foundry ${{ inputs.starknet_foundry_version }}
snforge clean-cache
echo "/home/runner/.local/bin" >> $GITHUB_PATH
# curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh
# snfoundryup -v ${{ inputs.starknet_foundry_version }}

0 comments on commit f58a2b3

Please sign in to comment.