diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-05 21:52:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-05 21:52:59 +0300 |
commit | 01d437c0618e76d3c44e7d58f5d175c75cb37bac (patch) | |
tree | 9bf4f42c094067154391989e52eaa51b2f6226aa /.github/workflows | |
parent | version 13 has been released (diff) | |
download | setup-clang-01d437c0618e76d3c44e7d58f5d175c75cb37bac.tar.gz setup-clang-01d437c0618e76d3c44e7d58f5d175c75cb37bac.zip |
set up clang/clang++ symlinksv1.3
Diffstat (limited to '.github/workflows')
-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 6ead135..4cde415 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,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: @@ -63,7 +63,7 @@ jobs: binary: '${{ steps.setup.outputs.clangxx }}' - 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 }}' @@ -99,9 +99,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++ on Cygwin + - name: Check symlinks uses: ./.github/actions/check-cc-cygwin if: '!matrix.hardlinks' |