We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c05ec commit 22e04d1Copy full SHA for 22e04d1
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
key: lib-${{ runner.os }}-${{ hashFiles('**/foundry.toml', '**/.gitmodules') }}
26
27
- name: Install deps
28
- run: forge install --no-git --no-commit
+ run: forge install --no-git
29
30
- name: Build
31
run: forge build --sizes
0 commit comments