Skip to content

Commit 92d301b

Browse files
authored
Add irgaly/xcode-cache
1 parent f677ab8 commit 92d301b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/actions/setup/action.yml

+11-7
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ runs:
1717
- uses: irgaly/setup-mint@v1
1818
- uses: dcarbone/[email protected]
1919

20-
# - name: "Xcode Cache"
20+
- name: "Xcode Cache"
21+
if: contains(inputs.os, 'macos')
22+
uses: irgaly/xcode-cache@v1
23+
with:
24+
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
25+
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
26+
27+
# - name: "Set IgnoreFileSystemDeviceInodeChanges flag"
2128
# if: contains(inputs.os, 'macos')
22-
# uses: irgaly/xcode-cache@v1
23-
# with:
24-
# key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
25-
# restore-keys: |
26-
# xcode-cache-deriveddata-${{ github.workflow }}-
27-
29+
# shell: bash
30+
# run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
31+
2832
- name: "Swift Package Manager Cache"
2933
uses: actions/cache@v3
3034
with:

0 commit comments

Comments
 (0)