From c5aa391b688f0aed6faad297b402c26b81968f75 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 3 Jul 2021 02:26:25 +0300 Subject: actions/build-foo: use versioned clang++ binary --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/test.yml') 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++ -- cgit v1.2.3