mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 23:02:14 +00:00
Drop broken SwiftPM caching
This commit is contained in:
parent
667adf265a
commit
f158f4998e
6
.github/actions/prepare-build-app/action.yml
vendored
6
.github/actions/prepare-build-app/action.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user