map version 4 to 4.0

This commit is contained in:
Egor Tensin 2021-07-08 11:53:54 +03:00
parent 3b362febbf
commit f553c1487d
4 changed files with 15 additions and 7 deletions

View file

@ -50,7 +50,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Clang
- id: setup
name: Set up Clang
uses: ./
with:
version: '${{ matrix.version }}'
@ -59,7 +60,7 @@ jobs:
- name: Build foo.exe
uses: ./.github/actions/build-foo
with:
version: '${{ matrix.version }}'
binary: '${{ steps.setup.outputs.clangxx }}'
- name: Run foo.exe
uses: ./.github/actions/run-foo
- name: Check cc/c++