We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feb4e4 commit 6fd19ceCopy full SHA for 6fd19ce
action.yml
@@ -376,7 +376,6 @@ runs:
376
}
377
^$'($env.UV_INSTALL_DIR)/uv' ...$uv_args
378
379
- print $"\n(ansi purple)Ensuring clang-format and clang-tidy ${{ inputs.version }} are present(ansi reset)"
380
let version_str = "${{ inputs.version }}"
381
if ($version_str | is-empty) {
382
print $"(ansi yellow)Using platform default clang tools \(version not specified)(ansi reset)"
@@ -399,6 +398,7 @@ runs:
399
398
$tools = $tools | append "clang-format"
400
401
+ print $"\n(ansi purple)Ensuring ($tools | str join " and ") ${{ inputs.version }} are present(ansi reset)"
402
for tool in $tools {
403
print $"Installing ($tool) ($version)"
404
let cmd = if (
0 commit comments