Skip to content

Commit a2492b2

Browse files
committed
[CHORE] Action fixes: Iniefficient workaround for resolved file
1 parent 5ccae2e commit a2492b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
key: macos-14-swift-510-spm-${{ hashFiles('**/Package.resolved') }}
7373
restore-keys: |
7474
macos-14-swift-510-tests-spm-
75+
- name: Remove Resolved
76+
run: rm -rf Package.resolved
7577
- name: Build
7678
run: swift build
7779
- name: Run tests
@@ -97,6 +99,8 @@ jobs:
9799
key: ${{ matrix.os }}-${{ matrix.swift }}-spm-${{ hashFiles('**/Package.resolved') }}
98100
restore-keys: |
99101
${{ matrix.os }}-tests-spm-
102+
- name: Remove Resolved
103+
run: rm -rf Package.resolved
100104
- name: Build
101105
run: swift build
102106
- name: Run tests

0 commit comments

Comments
 (0)