diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 52d2aab..bfb8477 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,6 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: submodule + uses: srt32/git-actions@v0.0.3 + with: + args: git submodule update --init - name: configure run: cmake . - name: make