We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1840b57 commit 22c57dbCopy full SHA for 22c57db
1 file changed
.github/workflows/foundry.yml
@@ -55,6 +55,9 @@ jobs:
55
with:
56
submodules: recursive
57
58
+ - name: Install Foundry
59
+ uses: foundry-rs/foundry-toolchain@8789b3e21e6c11b2697f5eb56eddae542f746c10 # v1
60
+
61
- name: Build morpho-blue
62
run: cd lib/morpho-blue && forge build
63
0 commit comments