Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Nov 7, 2024
1 parent e8b4d7d commit 74641d0
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .github/actions/xcode-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: actions/cache@v4
id: spm-cache
with:
path: spm_cache
path: derived_data
key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: ${{ env.IMAGE }}-spm-
- uses: mikehardy/buildcache-action@v2
Expand Down
Loading

0 comments on commit 74641d0

Please sign in to comment.