actions/build-foo: use versioned clang++ binary

This commit is contained in:
Egor Tensin 2021-07-03 02:26:25 +03:00
parent 05b4d64580
commit c5aa391b68
2 changed files with 10 additions and 1 deletions

View file

@ -57,6 +57,8 @@ jobs:
cc: 1
- name: Build foo.exe
uses: ./.github/actions/build-foo
with:
version: '${{ matrix.version }}'
- name: Run foo.exe
uses: ./.github/actions/run-foo
- name: Check cc/c++