We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f12dd6 commit a7b4ac2Copy full SHA for a7b4ac2
.github/workflows/build-reactant-reusable.yml
@@ -279,3 +279,11 @@ jobs:
279
env:
280
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
281
JULIA_DEBUG: BinaryBuilder
282
+ - name: Save Julia depot cache on cancel or failure
283
+ id: julia-cache-save
284
+ if: cancelled() || failure()
285
+ uses: actions/cache/save@v4
286
+ with:
287
+ path: |
288
+ ${{ steps.julia-cache.outputs.cache-paths }}
289
+ key: ${{ steps.julia-cache.outputs.cache-key }}
0 commit comments