Skip to content

Commit

Permalink
ci: remove submodulules in checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 10, 2024
1 parent 66888a4 commit 147534e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-merkle-streamer-ll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-merkle-streamer-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
Expand Down

0 comments on commit 147534e

Please sign in to comment.