mirror of https://github.com/YosysHQ/yosys.git
ci: Fix CXXSTD typo
This commit is contained in:
parent
f5420d720c
commit
3f457f2388
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue