diff options
| -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 |