aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/actions/check-cc/action.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-09-05 21:52:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-09-05 21:52:59 +0300
commit01d437c0618e76d3c44e7d58f5d175c75cb37bac (patch)
tree9bf4f42c094067154391989e52eaa51b2f6226aa /.github/actions/check-cc/action.yml
parentversion 13 has been released (diff)
downloadsetup-clang-01d437c0618e76d3c44e7d58f5d175c75cb37bac.tar.gz
setup-clang-01d437c0618e76d3c44e7d58f5d175c75cb37bac.zip
set up clang/clang++ symlinksv1.3
Diffstat (limited to '')
-rw-r--r--.github/actions/check-cc/action.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/actions/check-cc/action.yml b/.github/actions/check-cc/action.yml
index 1e5b988..aef6d9c 100644
--- a/.github/actions/check-cc/action.yml
+++ b/.github/actions/check-cc/action.yml
@@ -1,5 +1,5 @@
-name: Check cc/c++
-description: Check cc/c++
+name: Check symlinks
+description: Check symlinks
inputs:
version:
description: Specific version to check
@@ -28,5 +28,7 @@ runs:
}
Check-Exe cc
+ Check-Exe clang
Check-Exe c++
+ Check-Exe clang++
shell: pwsh