diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-05 21:22:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-05 21:32:00 +0300 |
commit | d04208cef6e985db0830428975fc2ab3f28d89a1 (patch) | |
tree | ae89a1bfd6d094f76ceea32a25810abb969b92e4 /.github/workflows/test.yml | |
parent | README: fix a typo (diff) | |
download | setup-gcc-1.2.tar.gz setup-gcc-1.2.zip |
set up gcc/g++ symlinksv1.2
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 8 |
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' |