From f158f4998e227c33e34702bea9a3d03494f007b2 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 28 Nov 2021 18:57:35 +0100 Subject: [PATCH] Drop broken SwiftPM caching --- .github/actions/prepare-build-app/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/prepare-build-app/action.yml b/.github/actions/prepare-build-app/action.yml index 562ff407..c188c0c4 100644 --- a/.github/actions/prepare-build-app/action.yml +++ b/.github/actions/prepare-build-app/action.yml @@ -8,12 +8,6 @@ runs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable - - uses: actions/cache@v2 - with: - path: .build - key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} - restore-keys: | - ${{ runner.os }}-spm- - shell: bash run: | scripts/ci/recognize-match-hostname.sh