Skip to content

Commit 4cc9151

Browse files
committed
ci: add soldeer install step to ci
1 parent 7920fa2 commit 4cc9151

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
cache: true
2626

27+
- name: Install dependencies
28+
run: forge soldeer install
29+
working-directory: ./contracts
30+
2731
- name: Show Foundry version
2832
run: forge --version
2933

0 commit comments

Comments
 (0)