Skip to content

Commit a7b4ac2

Browse files
giordanowsmoses
authored andcommitted
Save cache
1 parent 8f12dd6 commit a7b4ac2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-reactant-reusable.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,11 @@ jobs:
279279
env:
280280
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
281281
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

Comments
 (0)