mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
ci: Fix CXXSTD typo
This commit is contained in:
parent
f5420d720c
commit
3f457f2388
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -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 a new issue