File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 70
70
arch : ${{ matrix.arch }}
71
71
72
72
# set-up packages
73
- - uses : actions/cache@v4
74
- env :
75
- cache-name : cache-artifacts
76
- with :
77
- path : ~/.julia/artifacts
78
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
79
- restore-keys : |
80
- ${{ runner.os }}-test-${{ env.cache-name }}-
81
- ${{ runner.os }}-test-
82
- ${{ runner.os }}-
73
+ - julia-actions/cache@v2
83
74
- uses : julia-actions/julia-buildpkg@v1
84
75
85
76
- name : Run tests
@@ -127,16 +118,7 @@ jobs:
127
118
echo $PWD/../julia-*/bin >> $GITHUB_PATH
128
119
129
120
# set-up packages
130
- - uses : actions/cache@v4
131
- env :
132
- cache-name : cache-artifacts
133
- with :
134
- path : ~/.julia/artifacts
135
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
136
- restore-keys : |
137
- ${{ runner.os }}-test-${{ env.cache-name }}-
138
- ${{ runner.os }}-test-
139
- ${{ runner.os }}-
121
+ - uses : julia-actions/cache@v2
140
122
- uses : julia-actions/julia-buildpkg@v1
141
123
142
124
- name : Run tests
You can’t perform that action at this time.
0 commit comments