From d04208cef6e985db0830428975fc2ab3f28d89a1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 5 Sep 2021 21:22:53 +0300 Subject: set up gcc/g++ symlinks --- .github/actions/check-cc/action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/actions/check-cc') diff --git a/.github/actions/check-cc/action.yml b/.github/actions/check-cc/action.yml index 945966f..c1dd756 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 @@ -29,5 +29,7 @@ runs: } Check-Exe cc + Check-Exe gcc Check-Exe c++ + Check-Exe g++ shell: pwsh -- cgit v1.2.3