diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-03 02:26:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-03 02:26:25 +0300 |
commit | c5aa391b688f0aed6faad297b402c26b81968f75 (patch) | |
tree | 2db1e3c4bc2be848fffa51b4d36535d9f6af35c6 /.github/workflows | |
parent | README: update (diff) | |
download | setup-clang-c5aa391b688f0aed6faad297b402c26b81968f75.tar.gz setup-clang-c5aa391b688f0aed6faad297b402c26b81968f75.zip |
actions/build-foo: use versioned clang++ binary
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9ef424..07f101c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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++ |