We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaeed8d commit a32c758Copy full SHA for a32c758
.github/workflows/actions/setup/action.yml
@@ -36,11 +36,7 @@ runs:
36
- name: "Compiling Cache"
37
uses: actions/cache@v3
38
with:
39
- path: |
40
- .build/*
41
- !.build/repositories
42
- !.build/checkouts
43
- !.build/artifacts
+ path: ~/Library/Caches/org.swift.swiftpm/
44
key: ${{ runner.os }}-swift-build-${{ github.ref_name }}
45
restore-keys: |
46
${{ runner.os }}-swift-build-
0 commit comments