3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-24 17:21:26 +00:00

Try again

This commit is contained in:
Akash Levy 2024-10-19 14:46:46 -07:00
parent 210b2198b2
commit 858ac2de99
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ jobs:
- name: Run tests
shell: bash
run: |
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0 ENABLE_CCACHE=0
- name: Report errors
if: ${{ failure() }}