Skip to content

Commit

Permalink
install starknet foundry using asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 27, 2024
1 parent ff148ad commit efcdf81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/install-starknet-foundry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ runs:
id: install-starknet-foundry
shell: bash
run: |
curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh
snfoundryup -v ${{ inputs.starknet_foundry_version }}
asdf install starknet-foundry ${{ inputs.starknet_foundry_version }}
# 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 efcdf81

Please sign in to comment.