Skip to content

Commit 55de6c6

Browse files
committed
remove the whole artifact and re-add via libiconv_jll
1 parent 1c7f5d6 commit 55de6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ jobs:
191191
- name: delete libcharset-1.dll to fix cache
192192
if: runner.os == 'Windows'
193193
run: |
194-
rm -f "C:/Users/runneradmin/.julia/artifacts/1da3b3a2698813adf2b925c46aa2d68ec8474449/bin/libcharset-1.dll"
194+
rm -rf "C:/Users/runneradmin/.julia/artifacts/1da3b3a2698813adf2b925c46aa2d68ec8474449/"
195195
shell: bash
196196

197197
- name: Instantiate QuartoNotebookRunner
198-
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
198+
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.add("Libiconv_jll"); Pkg.update()'
199199
shell: bash
200200

201201
- name: Restore Julia Packages

0 commit comments

Comments
 (0)