Skip to content

Commit adcbd66

Browse files
committed
Remove xcode-cache, due to spm only
1 parent 4aeb722 commit adcbd66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ runs:
1717
- uses: irgaly/setup-mint@v1
1818
- uses: chrisdickinson/setup-yq@latest
1919

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: |
26-
xcode-cache-deriveddata-${{ github.workflow }}-
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: |
26+
# xcode-cache-deriveddata-${{ github.workflow }}-
2727

2828
- name: "Swift Package Manager Cache"
2929
uses: actions/cache@v3

0 commit comments

Comments
 (0)