File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 35
35
- uses : julia-actions/setup-julia@latest
36
36
with :
37
37
version : ${{ matrix.version }}
38
+ arch : ${{ matrix.arch }}
39
+ - uses : actions/cache@v2
40
+ env :
41
+ cache-name : cache-julia-modules
42
+ with :
43
+ path : ~/.julia
44
+ key : ${{ runner.os }}-${{ matrix.version }}-${{ env.cache-name }}
38
45
39
46
- name : Install dependencies
40
47
run : |
Original file line number Diff line number Diff line change 26
26
with :
27
27
version : ${{ matrix.version }}
28
28
arch : ${{ matrix.arch }}
29
+ - uses : actions/cache@v2
30
+ env :
31
+ cache-name : cache-julia-modules
32
+ with :
33
+ path : ~/.julia
34
+ key : ${{ runner.os }}-${{ matrix.version }}-${{ env.cache-name }}
35
+
29
36
- uses : julia-actions/julia-buildpkg@latest
30
37
- uses : julia-actions/julia-runtest@latest
31
38
- uses : julia-actions/julia-uploadcodecov@latest
You can’t perform that action at this time.
0 commit comments