diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77ca4c1..8531ab4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,15 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache - id: cache-primes - uses: actions/cache@v4 - with: - path: ${{github.workspace}}/lib - key: git-cache - - name: git - run: git submodule -q update --init --recursive + run: git submodule update --init --recursive - name: Configure CMake run: >