Skip to content

Commit

Permalink
fix: snfoundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriel Mihura committed Jan 25, 2024
1 parent 82af6b4 commit b6a5b1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests-SN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
/home/runner/.config/.starkli/bin/starkliup --version 0.1.20
sudo mv /home/runner/.config/.starkli/bin/starkli /usr/local/bin/
- uses: foundry-rs/setup-snfoundry@v2
- name: Install snFoundry
uses: foundry-rs/setup-snfoundry@v2
with:
starknet-foundry-version: 0.12.0


- name: Run make starknet-test
run: |
Expand Down

0 comments on commit b6a5b1d

Please sign in to comment.