File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
.github/workflows/actions/setup Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments