Skip to content

Commit cfcbb13

Browse files
[CI] Do not cache SPM due to GitHub cache-related issues (#566)
1 parent 37b1eba commit cfcbb13

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/xcode-cache/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ runs:
77
shell: bash
88
- run: echo "$HOME/.mint/bin" >> $GITHUB_PATH
99
shell: bash
10-
- name: Cache SPM
11-
uses: actions/cache@v4
12-
id: spm-cache
13-
with:
14-
path: spm_cache
15-
key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
16-
restore-keys: ${{ env.IMAGE }}-spm-
1710
- uses: mikehardy/buildcache-action@v2
1811
with:
1912
cache_key: ${{ env.IMAGE }}-buildcache-

0 commit comments

Comments
 (0)