From 9b4e74190eeee869813d9d5dae7de43dfe03cff2 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 20 Sep 2024 16:07:29 -0700 Subject: [PATCH] single name for key --- .github/workflows/spm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index 517df7c..9b47998 100644 --- a/.github/workflows/spm.yml +++ b/.github/workflows/spm.yml @@ -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 @@ -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