From 266d98e9b80cc228360ef8f7d971ec91bb2defc1 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 20 Nov 2023 17:13:10 +0100 Subject: tests.yml: Actually use the compiler from the CI matrix --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94ae76a..8c1dc52 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,6 +79,8 @@ jobs: - name: 'Configure' env: + CC: ${{ matrix.cc }} + CXX: ${{ matrix.cxx }} CFLAGS: -Werror run: |- set -x -- cgit v1.2.3