Skip to content

Commit bc5d704

Browse files
committed
ci: don't populate overridden submodules
1 parent d950b52 commit bc5d704

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
repository: hermit-os/hermit-rs
34-
submodules: true
35-
- name: Remove hermit-kernel submodule
36-
run: git rm -r kernel
3734
- name: Checkout hermit-kernel
3835
uses: actions/checkout@v4
3936
with:

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ jobs:
135135
uses: actions/checkout@v4
136136
with:
137137
repository: hermit-os/hermit-rs
138-
submodules: true
139-
- name: Remove hermit-kernel submodule
140-
run: git rm -r kernel
141-
working-directory: .
142138
- name: Checkout hermit-kernel
143139
uses: actions/checkout@v4
144140
with:

0 commit comments

Comments
 (0)