Skip to content

Commit

Permalink
Fix SPM cache dir on CI (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Jan 29, 2024
1 parent f380d39 commit 98c0428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Get SwiftPM cache
uses: actions/cache@v2
with:
path: Tools/.build
key: ${{ runner.os }}-0-spm-${{ hashFiles('Package.resolved') }}
restore-keys: ${{ runner.os }}-0-spm
path: .build
key: ${{ runner.os }}-1-spm-${{ hashFiles('Package.resolved') }}
restore-keys: ${{ runner.os }}-1-spm

- name: Validate format
run: |
Expand Down

0 comments on commit 98c0428

Please sign in to comment.