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 55de6c6 commit 090ad2eCopy full SHA for 090ad2e
.github/workflows/test-smokes.yml
@@ -191,7 +191,7 @@ jobs:
191
- name: delete libcharset-1.dll to fix cache
192
if: runner.os == 'Windows'
193
run: |
194
- rm -rf "C:/Users/runneradmin/.julia/artifacts/1da3b3a2698813adf2b925c46aa2d68ec8474449/"
+ rm -rf "C:/Users/runneradmin/.julia/artifacts/1da3b3a2698813adf2b925c46aa2d68ec8474449"
195
shell: bash
196
197
- name: Instantiate QuartoNotebookRunner
0 commit comments