Skip to content

Commit 21edb29

Browse files
committed
fix deps installing
1 parent d194dd5 commit 21edb29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/forge_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install Foundry
2626
uses: onbjerg/foundry-toolchain@v1
2727
with:
28-
version: nightly
28+
version: master
2929
- name: Run install deps
30-
run: git submodule update --init --recursive # forge install
30+
run: forge install
3131
- name: Run tests
3232
run: forge test

0 commit comments

Comments
 (0)