Skip to content

Commit 68f8294

Browse files
committed
better handling of path on Windows runner
1 parent 9c13fec commit 68f8294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ runs:
376376
}
377377
^$'($env.UV_INSTALL_DIR)/uv' ...$uv_args
378378
379-
let version_str = "${{ inputs.version }}"
379+
let version_str = '${{ inputs.version }}'
380380
if ($version_str | is-empty) {
381381
print $"(ansi yellow)Using platform default clang tools \(version not specified)(ansi reset)"
382382
exit 0

0 commit comments

Comments
 (0)