Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit d224fce

Browse files
authored
Update ci.yml
1 parent 5667196 commit d224fce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v2
9999
- uses: seanmiddleditch/gha-setup-vsdevenv@master
100-
- uses: actions/cache@v2
101-
with:
102-
path: .build
103-
key: ${{ runner.os }}-spm-swift-5.5-${{ hashFiles('**/Package.resolved') }}
104-
restore-keys: |
105-
${{ runner.os }}-spm-swift-5.5-
100+
# - uses: actions/cache@v2
101+
# with:
102+
# path: .build
103+
# key: ${{ runner.os }}-spm-swift-5.5-${{ hashFiles('**/Package.resolved') }}
104+
# restore-keys: |
105+
# ${{ runner.os }}-spm-swift-5.5-
106106

107107
- name: Install swift-5.5 (2021-04-19 SNAPSHOT)
108108
run: |

0 commit comments

Comments
 (0)