diff options
| author | alpine <[email protected]> | 2020-06-25 21:54:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-25 21:54:09 +0200 |
| commit | 67eb4aeedb58627a04e13d9b2f502bedfc26418d (patch) | |
| tree | ad223924ed3766ba479708669851e061a1ec4d19 /.github/workflows/c-cpp.yml | |
| parent | Update c-cpp.yml (diff) | |
| download | loader-67eb4aeedb58627a04e13d9b2f502bedfc26418d.tar.xz loader-67eb4aeedb58627a04e13d9b2f502bedfc26418d.zip | |
Update c-cpp.yml
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 4 |
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 . |