aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoralpine <[email protected]>2020-06-25 21:54:09 +0200
committerGitHub <[email protected]>2020-06-25 21:54:09 +0200
commit67eb4aeedb58627a04e13d9b2f502bedfc26418d (patch)
treead223924ed3766ba479708669851e061a1ec4d19 /.github
parentUpdate c-cpp.yml (diff)
downloadloader-67eb4aeedb58627a04e13d9b2f502bedfc26418d.tar.xz
loader-67eb4aeedb58627a04e13d9b2f502bedfc26418d.zip
Update c-cpp.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index fab7f21..dff17fd 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'true'
- - name: update modules
+ - name: init submodule modules
+ run: git submodule foreach git submodule init
+ - name: pull submodule modules
run: git submodule foreach git submodule update
- name: run cmake
run: cmake .