Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 23, 2024
1 parent 6d7acc6 commit 6ea490f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/cache/restore@v4
with:
path: .build
key: ${{ steps.generate_cache_key.outputs.cache_key }}
key: ${{ steps.spm-package-resolved.outputs.cache_key }}
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Initialize xcodebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appdistribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/cache/restore@v4
with:
path: .build
key: ${{ steps.generate_cache_key.outputs.cache_key }}
key: ${{ steps.spm-package-resolved.outputs.cache_key }}
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Initialize xcodebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- uses: actions/cache/restore@v4
with:
path: .build
key: ${{ steps.generate_cache_key.outputs.cache_key }}
key: ${{ steps.spm-package-resolved.outputs.cache_key }}
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Initialize xcodebuild
Expand Down

0 comments on commit 6ea490f

Please sign in to comment.