Skip to content

Commit

Permalink
Fix Foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Nov 24, 2023
1 parent 0509984 commit d8faf99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-3e962e2efe17396886fcb1fd141ccf4204cd3a21

- name: Test backend
env:
Expand All @@ -43,4 +45,3 @@ jobs:
run: |
cd backend
cargo run --release --example summa_solvency_flow

0 comments on commit d8faf99

Please sign in to comment.