Skip to content

Commit c888c0e

Browse files
committed
We don't need recursive git any more.
1 parent d12cf34 commit c888c0e

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
repository: 'davidgiven/fluxengine'
2626
path: 'fluxengine'
27-
submodules: 'true'
2827
- uses: actions/checkout@v4
2928
with:
3029
repository: 'davidgiven/fluxengine-testdata'
@@ -43,7 +42,6 @@ jobs:
4342
with:
4443
repository: 'davidgiven/fluxengine'
4544
path: 'fluxengine'
46-
submodules: 'true'
4745
- uses: actions/checkout@v4
4846
with:
4947
repository: 'davidgiven/fluxengine-testdata'
@@ -93,7 +91,6 @@ jobs:
9391
with:
9492
repository: 'davidgiven/fluxengine'
9593
path: 'fluxengine'
96-
submodules: 'true'
9794

9895
- uses: actions/checkout@v4
9996
with:

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
with:
3939
repository: 'davidgiven/fluxengine'
4040
path: 'fluxengine'
41-
submodules: 'true'
4241

4342
- name: run
4443
run: |
@@ -96,8 +95,6 @@ jobs:
9695
runs-on: ${{ matrix.runs-on }}
9796
steps:
9897
- uses: actions/checkout@v4
99-
with:
100-
submodules: 'true'
10198

10299
- name: brew
103100
run: |

0 commit comments

Comments
 (0)