We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46a2b4 commit b4d7127Copy full SHA for b4d7127
1 file changed
.github/workflows/test-smokes.yml
@@ -186,11 +186,14 @@ jobs:
186
187
- name: Setup Julia
188
uses: julia-actions/setup-julia@v2
189
+ id: setup-julia
190
with:
191
version: "1.11.7"
192
193
- name: Load Julia packages from cache
194
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 }}
197
198
# - name: Setup tmate session
199
# uses: mxschmitt/action-tmate@v3
0 commit comments