Skip to content

Commit b4d7127

Browse files
committed
Adapt julia cache to correctly use its own cache based on Julia version
We need to have the Julia version in the cache as our release branch will run test with previous dependencies version
1 parent e46a2b4 commit b4d7127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-smokes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,14 @@ jobs:
186186

187187
- name: Setup Julia
188188
uses: julia-actions/setup-julia@v2
189+
id: setup-julia
189190
with:
190191
version: "1.11.7"
191192

192193
- name: Load Julia packages from cache
193194
uses: julia-actions/cache@v2
195+
with:
196+
cache-name: julia-cache;workflow=${{ github.workflow }};job=${{ github.job }};julia=${{ steps.setup-julia.outputs.julia-version }}
194197

195198
# - name: Setup tmate session
196199
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)