aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-09-05 21:22:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-09-05 21:32:00 +0300
commitd04208cef6e985db0830428975fc2ab3f28d89a1 (patch)
treeae89a1bfd6d094f76ceea32a25810abb969b92e4 /.github/workflows/test.yml
parentREADME: fix a typo (diff)
downloadsetup-gcc-d04208cef6e985db0830428975fc2ab3f28d89a1.tar.gz
setup-gcc-d04208cef6e985db0830428975fc2ab3f28d89a1.zip
set up gcc/g++ symlinksv1.2
Diffstat (limited to '')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d8c17ec..1503209 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/build-foo
- name: Run foo.exe
uses: ./.github/actions/run-foo
- - name: Check cc/c++
+ - name: Check symlinks
uses: ./.github/actions/check-cc
versions:
@@ -57,7 +57,7 @@ jobs:
version: '${{ matrix.version }}'
- name: Run foo.exe
uses: ./.github/actions/run-foo
- - name: Check cc/c++
+ - name: Check symlinks
uses: ./.github/actions/check-cc
with:
version: '${{ matrix.version }}'
@@ -93,9 +93,9 @@ jobs:
if: '!matrix.hardlinks'
- name: Run foo.exe
uses: ./.github/actions/run-foo
- - name: Check cc/c++
+ - name: Check symlinks
uses: ./.github/actions/check-cc
if: matrix.hardlinks
- - name: Check cc/c++
+ - name: Check symlinks
uses: ./.github/actions/check-cc-cygwin
if: '!matrix.hardlinks'