From 7e2dc0aa332ce6afa6cdb37353ac19f2290dc090 Mon Sep 17 00:00:00 2001 From: TCA166 <80047666+TCA166@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:20:10 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4d8675b..6e97783 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,17 +13,6 @@ 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