Skip to content

Commit 3c32571

Browse files
committed
remove no commit flag for foundry install
1 parent 0d9c512 commit 3c32571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Ensure submodules are initialized
3030
git submodule update --init --recursive || true
3131
# Install dependencies with forge
32-
forge install --no-commit
32+
forge install
3333
# Verify installation
3434
ls -la lib/
3535
ls -la lib/forge-std/src/ || echo "forge-std not found"

0 commit comments

Comments
 (0)