Skip to content

Commit

Permalink
Use SwiftPM cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Sep 14, 2024
1 parent 3f71519 commit 6d18e20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Configure SPM cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ~/Library/Caches/org.swift.swiftpm
key: spm-${{ hashFiles('Package.swift') }}
restore-keys: |
spm-
- name: Build DocC
run: |
make build_docc
Expand Down

0 comments on commit 6d18e20

Please sign in to comment.