aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 2 insertions, 0 deletions
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