Drop broken SwiftPM caching
This commit is contained in:
parent
667adf265a
commit
f158f4998e
|
@ -8,12 +8,6 @@ runs:
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: latest-stable
|
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
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
scripts/ci/recognize-match-hostname.sh
|
scripts/ci/recognize-match-hostname.sh
|
||||||
|
|
Loading…
Reference in New Issue