Skip to content

Commit 2db69aa

Browse files
shenxianpeng2bndy5
authored andcommitted
Revert "Update action.yml"
This reverts commit 74d1224.
1 parent e1ef028 commit 2db69aa

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 clang_version = try {
384+
let version = try {
385385
$version_str | into int
386386
} catch {
387387
print "Version is not an integer"

0 commit comments

Comments
 (0)