mirror of https://github.com/YosysHQ/yosys.git
ci: ignore yosys-config return code
This commit is contained in:
parent
97b8ee5ab9
commit
0cdd4273b4
|
@ -121,4 +121,4 @@ jobs:
|
||||||
|
|
||||||
- name: Log yosys-config output
|
- name: Log yosys-config output
|
||||||
run: |
|
run: |
|
||||||
./yosys-config
|
./yosys-config || true
|
||||||
|
|
Loading…
Reference in New Issue