set up clang/clang++ symlinks
This commit is contained in:
parent
bbe81e2da0
commit
01d437c061
5 changed files with 24 additions and 13 deletions
6
.github/actions/check-cc/action.yml
vendored
6
.github/actions/check-cc/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue