Skip to content

Commit 1888510

Browse files
committed
Stop restoring SPM cache
1 parent a91d14f commit 1888510

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ jobs:
101101
runs-on: ${{ matrix.os }}
102102
steps:
103103
- uses: actions/checkout@v4
104-
- uses: actions/cache/restore@v4
105-
with:
106-
path: .build
107-
key: ${{needs.spm-package-resolved.outputs.cache_key}}
108104
- name: Xcode
109105
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
110106
- name: Run setup command, if needed.

0 commit comments

Comments
 (0)