ci: Fix CXXSTD typo

This commit is contained in:
Martin Povišer 2024-02-04 23:20:38 +01:00
parent f5420d720c
commit 3f457f2388
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
shell: bash
run: |
make config-${CC%%-*}
make -j${{ env.procs }} CCXXSTD=${{ matrix.cpp_std }} CC=$CC CXX=$CC LD=$CC
make -j${{ env.procs }} CXXSTD=${{ matrix.cpp_std }} CC=$CC CXX=$CC LD=$CC
- name: Run tests
if: (matrix.cpp_std == 'c++11') && (matrix.compiler == 'gcc-11')