Skip to content

Commit eaeed8d

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ runs:
3333
restore-keys: |
3434
${{ runner.os }}-spm-
3535
36+
- name: "Compiling Cache"
37+
uses: actions/cache@v3
38+
with:
39+
path: |
40+
.build/*
41+
!.build/repositories
42+
!.build/checkouts
43+
!.build/artifacts
44+
key: ${{ runner.os }}-swift-build-${{ github.ref_name }}
45+
restore-keys: |
46+
${{ runner.os }}-swift-build-
47+
3648
# Hint: Use Composite Actions
3749
# - https://stackoverflow.com/a/75735736/9801139
3850
# - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-public-action-in-a-subdirectory

0 commit comments

Comments
 (0)