ci: add missing Foundry install
This commit is contained in:
parent
2629cc0785
commit
17bf1a26d2
|
@ -20,6 +20,11 @@ jobs:
|
|||
steps:
|
||||
- name: "Check out the repo"
|
||||
uses: "actions/checkout@v3"
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: "Install Foundry"
|
||||
uses: "foundry-rs/foundry-toolchain@v1"
|
||||
|
||||
- name: "Install Node.js"
|
||||
uses: "actions/setup-node@v3"
|
||||
|
|
Loading…
Reference in New Issue