Skip to content

Commit

Permalink
fix: install foundry in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed May 21, 2024
1 parent e71972b commit 26bf57b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
/home/runner/.config/.dojo/bin/dojoup -v 0.7.0-alpha.2
sudo mv /home/runner/.config/.dojo/bin/katana /usr/local/bin/
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run katana
run: |
katana -b 1000 &
Expand Down

0 comments on commit 26bf57b

Please sign in to comment.