set up clang/clang++ symlinks
This commit is contained in:
parent
bbe81e2da0
commit
01d437c061
5 changed files with 24 additions and 13 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue