Skip to content

Commit

Permalink
Merge branch 'master' into add-new-snapshot-devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Jan 29, 2024
2 parents b86a670 + 98c0428 commit 7f543d8
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 7f543d8

Please sign in to comment.