Skip to content

Commit e3d535d

Browse files
committed
Added Github cache action
1 parent 37c34b8 commit e3d535d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

14+
- uses: actions/cache@v3
15+
with:
16+
path: .build
17+
key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}
18+
1419
- name: Xcode 15
1520
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
1621

0 commit comments

Comments
 (0)