We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7f5d6 commit 55de6c6Copy full SHA for 55de6c6
.github/workflows/test-smokes.yml
@@ -191,11 +191,11 @@ jobs:
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"
+ rm -rf "C:/Users/runneradmin/.julia/artifacts/1da3b3a2698813adf2b925c46aa2d68ec8474449/"
195
shell: bash
196
197
- name: Instantiate QuartoNotebookRunner
198
- run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
+ run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.add("Libiconv_jll"); Pkg.update()'
199
200
201
- name: Restore Julia Packages
0 commit comments