Skip to content

Commit

Permalink
ci: remove unneeded 'recursive'
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 17, 2024
1 parent 43a87c4 commit ed08759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
with:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
Expand Down
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@prb/test/=node_modules/@prb/test
forge-std/=node_modules/forge-std/
forge-std/=node_modules/forge-std

0 comments on commit ed08759

Please sign in to comment.