diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2023-11-20 17:13:10 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2023-11-20 18:36:08 +0100 |
commit | 266d98e9b80cc228360ef8f7d971ec91bb2defc1 (patch) | |
tree | 0dcdbef013c5d50e8af66ff65e285f1925ce7310 /.github/workflows/tests.yml | |
parent | c5bea26a9ca5ec73ba80d5bcf0b4dbde54e6f2a3 (diff) | |
download | bindfs-266d98e9b80cc228360ef8f7d971ec91bb2defc1.tar.gz |
tests.yml: Actually use the compiler from the CI matrix
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
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 |