mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
ci: ignore yosys-config return code
This commit is contained in:
parent
97b8ee5ab9
commit
0cdd4273b4
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -121,4 +121,4 @@ jobs:
|
|||
|
||||
- name: Log yosys-config output
|
||||
run: |
|
||||
./yosys-config
|
||||
./yosys-config || true
|
||||
|
|
Loading…
Reference in a new issue