set up clang/clang++ symlinks

This commit is contained in:
Egor Tensin 2021-09-05 21:52:59 +03:00
parent bbe81e2da0
commit 01d437c061
5 changed files with 24 additions and 13 deletions

View file

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