From 01d437c0618e76d3c44e7d58f5d175c75cb37bac Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 5 Sep 2021 21:52:59 +0300 Subject: set up clang/clang++ symlinks --- .github/actions/check-cc-cygwin/action.yml | 4 ++-- .github/actions/check-cc/action.yml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to '.github/actions') diff --git a/.github/actions/check-cc-cygwin/action.yml b/.github/actions/check-cc-cygwin/action.yml index f536649..432d1b8 100644 --- a/.github/actions/check-cc-cygwin/action.yml +++ b/.github/actions/check-cc-cygwin/action.yml @@ -1,5 +1,5 @@ -name: Check cc/c++ -description: Check cc/c++ (on Cygwin) +name: Check symlinks +description: Check symlinks (on Cygwin) runs: using: composite steps: 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 -- cgit v1.2.3