From 4e703c255a23ee7f5e2225ea5b914875ce9669e4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 3 Jul 2021 01:29:44 +0300 Subject: actions/build-foo: use versioned g++ 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 2215272..d8c17ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,6 +53,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