Skip to content

Commit e1ef028

Browse files
shenxianpengCopilot
authored andcommitted
Update action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c14422 commit e1ef028

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
@@ -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)