Skip to content

Commit

Permalink
Actions with non-recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh committed Feb 12, 2025
1 parent 93eff41 commit e707746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
- uses: oven-sh/setup-bun@v2

- name: foundry-toolchain
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
- uses: oven-sh/setup-bun@v2

- name: foundry-toolchain
Expand All @@ -94,7 +94,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
- uses: oven-sh/setup-bun@v2

- name: foundry-toolchain
Expand Down

0 comments on commit e707746

Please sign in to comment.