File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,11 @@ jobs:
4343 needs : spm-package-resolved
4444 env :
4545 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
46- PACKAGE_RESOLVED_HASH : ${{needs.spm-package-resolved.outputs.package_resolved_hash}}
4746 steps :
4847 - uses : actions/cache@v4
4948 with :
5049 path : .build
51- key : ${{ runner.os }}-spm-${PACKAGE_RESOLVED_HASH }
50+ key : ${{ runner.os }}-spm-${{needs.spm-package-resolved.outputs.package_resolved_hash} }
5251 restore-keys : |
5352 ${{ runner.os }}-spm-
5453 - uses : actions/checkout@v4
@@ -80,13 +79,12 @@ jobs:
8079 env :
8180 TEST_RUNNER_VertexAIRunIntegrationTests : 1
8281 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
83- PACKAGE_RESOLVED_HASH : ${{needs.spm-package-resolved.outputs.package_resolved_hash}}
8482 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
8583 steps :
8684 - uses : actions/cache@v4
8785 with :
8886 path : .build
89- key : ${{ runner.os }}-spm-${PACKAGE_RESOLVED_HASH }
87+ key : ${{ runner.os }}-spm-${{needs.spm-package-resolved.outputs.package_resolved_hash} }
9088 restore-keys : |
9189 ${{ runner.os }}-spm-
9290 - uses : actions/checkout@v4
@@ -142,12 +140,11 @@ jobs:
142140 needs : spm-package-resolved
143141 env :
144142 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
145- PACKAGE_RESOLVED_HASH : ${{needs.spm-package-resolved.outputs.package_resolved_hash}}
146143 steps :
147144 - uses : actions/cache@v4
148145 with :
149146 path : .build
150- key : ${{ runner.os }}-spm-${PACKAGE_RESOLVED_HASH }
147+ key : ${{ runner.os }}-spm-${{needs.spm-package-resolved.outputs.package_resolved_hash} }
151148 restore-keys : |
152149 ${{ runner.os }}-spm-
153150 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments