diff options
| author | alpine <[email protected]> | 2020-06-25 21:52:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-25 21:52:45 +0200 |
| commit | 8f1ed24cf38ea2178d8d9db4eef2226b3b377e74 (patch) | |
| tree | 9ccee8e27efc81d322b4fe4e77b9886e23c1fd4d /.github/workflows/c-cpp.yml | |
| parent | Update c-cpp.yml (diff) | |
| download | loader-8f1ed24cf38ea2178d8d9db4eef2226b3b377e74.tar.xz loader-8f1ed24cf38ea2178d8d9db4eef2226b3b377e74.zip | |
Update c-cpp.yml
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 36b5fa5..fab7f21 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'true' + - name: update modules + run: git submodule foreach git submodule update - name: run cmake run: cmake . - name: make |