ci: Get a dump of yosys-config into the build log
This commit is contained in:
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user