Skip to content

Commit 74d1224

Browse files
Update action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 075c97d commit 74d1224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ runs:
381381
print $"(ansi yellow)Using platform default clang tools \(version not specified)(ansi reset)"
382382
exit 0
383383
}
384-
let version = try {
384+
let clang_version = try {
385385
$version_str | into int
386386
} catch {
387387
print "Version is not an integer"

0 commit comments

Comments
 (0)