File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,19 @@ jobs:
185
185
run : echo "QUARTO_JULIA_PROJECT=$GITHUB_WORKSPACE/qnr" >> $GITHUB_ENV
186
186
shell : bash
187
187
188
+ - name : Cache Julia Packages
189
+ uses : julia-actions/cache@v2
190
+
191
+ - name : delete libcharset-1.dll to fix cache
192
+ if : runner.os == 'Windows'
193
+ run : |
194
+ rm -f "C:/Users/runneradmin/.julia/artifacts/1da3b3a2698813adf2b925c46aa2d68ec8474449/bin/libcharset-1.dll"
195
+ shell : bash
196
+
188
197
- name : Instantiate QuartoNotebookRunner
189
198
run : julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
190
199
shell : bash
191
200
192
- - name : Cache Julia Packages
193
- uses : julia-actions/cache@v2
194
-
195
201
- name : Restore Julia Packages
196
202
working-directory : tests
197
203
shell : bash
You can’t perform that action at this time.
0 commit comments