Skip to content

Commit 42dc430

Browse files
committed
Remove submodule checkout from spike workflow
The spike only needs fusepy + FUSE backend, not the AmiFUSE codebase. Submodule checkout fails because the amitools fork is not public.
1 parent 794a438 commit 42dc430

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/fuse-t-spike.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
runs-on: macos-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
with:
15-
submodules: true
1614

1715
- name: Set up Python 3.13
1816
uses: actions/setup-python@v5
@@ -116,8 +114,6 @@ jobs:
116114
runs-on: ubuntu-latest
117115
steps:
118116
- uses: actions/checkout@v4
119-
with:
120-
submodules: true
121117

122118
- name: Set up Python 3.13
123119
uses: actions/setup-python@v5
@@ -218,8 +214,6 @@ jobs:
218214
runs-on: windows-latest
219215
steps:
220216
- uses: actions/checkout@v4
221-
with:
222-
submodules: true
223217

224218
- name: Set up Python 3.13
225219
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)