Skip to content

Commit 6fd19ce

Browse files
committed
revert doc string revision in action.yml
1 parent 0feb4e4 commit 6fd19ce

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,6 @@ runs:
376376
}
377377
^$'($env.UV_INSTALL_DIR)/uv' ...$uv_args
378378
379-
print $"\n(ansi purple)Ensuring clang-format and clang-tidy ${{ inputs.version }} are present(ansi reset)"
380379
let version_str = "${{ inputs.version }}"
381380
if ($version_str | is-empty) {
382381
print $"(ansi yellow)Using platform default clang tools \(version not specified)(ansi reset)"
@@ -399,6 +398,7 @@ runs:
399398
$tools = $tools | append "clang-format"
400399
}
401400
401+
print $"\n(ansi purple)Ensuring ($tools | str join " and ") ${{ inputs.version }} are present(ansi reset)"
402402
for tool in $tools {
403403
print $"Installing ($tool) ($version)"
404404
let cmd = if (

0 commit comments

Comments
 (0)