Skip to content

Commit faa0084

Browse files
committed
Revert "Update JuliaNightly.yml"
This reverts commit 9e58ee2.
1 parent 9e58ee2 commit faa0084

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/JuliaNightly.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,16 @@ jobs:
4747
with:
4848
version: ${{ matrix.version }}
4949
arch: ${{ matrix.arch }}
50-
- uses: julia-actions/cache@v2
50+
- uses: actions/cache@v4
51+
env:
52+
cache-name: cache-artifacts
53+
with:
54+
path: ~/.julia/artifacts
55+
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
56+
restore-keys: |
57+
${{ runner.os }}-test-${{ env.cache-name }}-
58+
${{ runner.os }}-test-
59+
${{ runner.os }}-
5160
- uses: julia-actions/julia-buildpkg@v1
5261
env:
5362
PYTHON: ${{ matrix.python }}

0 commit comments

Comments
 (0)