We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2013ab commit ccff5d3Copy full SHA for ccff5d3
.github/workflows/test_t8code_w_shipped_submodules.yml
@@ -62,10 +62,6 @@ jobs:
62
# This seems to be necessary because of the docker container
63
- name: disable ownership checks
64
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
69
- name: Get input vars
70
run: export MAKEFLAGS="${{ inputs.MAKEFLAGS }}"
71
&& export MPI="${{ inputs.MPI }}"
0 commit comments