Skip to content

Commit

Permalink
single name for key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 20, 2024
1 parent 48ba0f2 commit 9b4e741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
spm-package-resolved:
runs-on: macos-14
outputs:
package_resolved_hash: ${{ steps.cache.outputs.cache-primary-key }}
cache-primary-key: ${{ steps.cache.outputs.cache-primary-key }}
env:
FIREBASE_MAIN: 1
DISABLE_INTEGRATION_TESTS: 1
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/cache/restore@v4
with:
path: .build
key: ${{ runner.os }}-spm-${{needs.spm-package-resolved.outputs.package_resolved_hash}}
key: ${{ runner.os }}-spm-${{needs.spm-package-resolved.outputs.cache-primary-key}}
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Setup Scripts Directory
Expand Down

0 comments on commit 9b4e741

Please sign in to comment.