Skip to content

Commit 090ad2e

Browse files
committed
remove trailing slash
1 parent 55de6c6 commit 090ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-smokes.yml

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

197197
- name: Instantiate QuartoNotebookRunner

0 commit comments

Comments
 (0)