From 67eb4aeedb58627a04e13d9b2f502bedfc26418d Mon Sep 17 00:00:00 2001 From: alpine Date: Thu, 25 Jun 2020 21:54:09 +0200 Subject: Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/c-cpp.yml') 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 . -- cgit v1.2.3