Skip to content

Commit

Permalink
action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Jun 17, 2024
1 parent 6b37d83 commit 0116c29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: '**/.build'
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Setup Swift
uses: swift-actions/setup-swift@v2
with:
Expand Down

0 comments on commit 0116c29

Please sign in to comment.