Skip to content

Commit

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

- name: Test backend
env:
Expand Down

0 comments on commit c0598f0

Please sign in to comment.