Skip to content

Commit a32c758

Browse files
authored
Update action.yml
1 parent eaeed8d commit a32c758

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ runs:
3636
- name: "Compiling Cache"
3737
uses: actions/cache@v3
3838
with:
39-
path: |
40-
.build/*
41-
!.build/repositories
42-
!.build/checkouts
43-
!.build/artifacts
39+
path: ~/Library/Caches/org.swift.swiftpm/
4440
key: ${{ runner.os }}-swift-build-${{ github.ref_name }}
4541
restore-keys: |
4642
${{ runner.os }}-swift-build-

0 commit comments

Comments
 (0)