Skip to content

Commit

Permalink
[CI] Do not cache SPM due to GitHub cache-related issues (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Jul 31, 2024
1 parent 37b1eba commit cfcbb13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/xcode-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ runs:
shell: bash
- run: echo "$HOME/.mint/bin" >> $GITHUB_PATH
shell: bash
- name: Cache SPM
uses: actions/cache@v4
id: spm-cache
with:
path: spm_cache
key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: ${{ env.IMAGE }}-spm-
- uses: mikehardy/buildcache-action@v2
with:
cache_key: ${{ env.IMAGE }}-buildcache-

0 comments on commit cfcbb13

Please sign in to comment.