Skip to content

Commit

Permalink
Add xcode-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Dec 8, 2024
1 parent 1685806 commit 6c0b935
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
- name: Show current version of Xcode
run: xcodebuild -version

- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-

- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer

Expand Down

0 comments on commit 6c0b935

Please sign in to comment.