Skip to content

Commit 9e58ee2

Browse files
committed
Update JuliaNightly.yml
1 parent fb61159 commit 9e58ee2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/JuliaNightly.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,7 @@ jobs:
4747
with:
4848
version: ${{ matrix.version }}
4949
arch: ${{ matrix.arch }}
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 }}-
50+
- uses: julia-actions/cache@v2
6051
- uses: julia-actions/julia-buildpkg@v1
6152
env:
6253
PYTHON: ${{ matrix.python }}

0 commit comments

Comments
 (0)