diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02322ff2..cbc6b29b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: path: .build key: ${{ runner.os }}-${{ matrix.scheme }}-spm-${{ hashFiles('**/Package.resolved') }} restore-keys: | - ${{ runner.os }}-${{ matrix.scheme }}-spm- + ${{ runner.os }}-${{ matrix.scheme }}-spm2- - name: Cache DerivedData folder uses: actions/cache@v2