From 157859d3028aae416e00415d2850cdf2766f3f75 Mon Sep 17 00:00:00 2001 From: TCA166 <80047666+TCA166@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:13:13 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6e97783..4d8675b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,6 +13,17 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v2 + with: + token: ${{ secrets.CI_TOKEN }} + submodules: true + + # Update references + - name: Git Submodule Update + run: | + git pull --recurse-submodules + git submodule update --remote --recursive - name: configure run: ./configure - name: make