Skip to content

Commit 8ffcc50

Browse files
committed
Remove caching
1 parent 19181d8 commit 8ffcc50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ jobs:
8383
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8484
with:
8585
persist-credentials: false
86-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
87-
with:
88-
key: windows-${{ matrix.windows-version }}-spm-${{ matrix.swift-version }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
89-
restore-keys: windows-${{ matrix.windows-version }}-spm-${{ matrix.swift-version }}-
90-
path: .build
9186
- name: Build all targets
9287
run: swift build --build-tests
9388
- name: Run selected tests

0 commit comments

Comments
 (0)