Skip to content

Commit ccff5d3

Browse files
committed
skip submodule step
1 parent e2013ab commit ccff5d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_t8code_w_shipped_submodules.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
6262
# This seems to be necessary because of the docker container
6363
- name: disable ownership checks
6464
run: git config --global --add safe.directory '*'
65-
- name: init submodules
66-
run: git submodule init
67-
- name: update submodules
68-
run: git submodule update
6965
- name: Get input vars
7066
run: export MAKEFLAGS="${{ inputs.MAKEFLAGS }}"
7167
&& export MPI="${{ inputs.MPI }}"

0 commit comments

Comments
 (0)