Skip to content

Commit

Permalink
Update testing-matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Jan 21, 2025
1 parent f6a6620 commit 6b23708
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,14 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.os }}-brew-
- name: Resolve dependencies
run: swift package resolve

- name: Cache SPM
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-${{ matrix.os }}-${{ matrix.xcode }}-spm-${{ hashFiles('**/Package.resolved') }}
key: ${{ runner.os }}-${{ matrix.os }}-${{ matrix.xcode }}-spm-${{ hashFiles('Package.resolved') }}
restore-keys: |
${{ runner.os }}-${{ matrix.os }}-${{ matrix.xcode }}-spm-
Expand Down

0 comments on commit 6b23708

Please sign in to comment.