mirror of https://github.com/YosysHQ/yosys.git
ci: Get a dump of yosys-config into the build log
This commit is contained in:
parent
3f457f2388
commit
97b8ee5ab9
|
@ -118,3 +118,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
make -j${{ env.procs }} test CXXSTD=${{ matrix.cpp_std }} CC=$CC CXX=$CC LD=$CC
|
||||
|
||||
- name: Log yosys-config output
|
||||
run: |
|
||||
./yosys-config
|
||||
|
|
Loading…
Reference in New Issue