File tree 1 file changed +11
-7
lines changed
.github/workflows/actions/setup
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,18 @@ runs:
17
17
- uses : irgaly/setup-mint@v1
18
18
-
uses :
dcarbone/[email protected]
19
19
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"
21
28
# 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
+
28
32
- name : " Swift Package Manager Cache"
29
33
uses : actions/cache@v3
30
34
with :
You can’t perform that action at this time.
0 commit comments