mirror of https://github.com/YosysHQ/yosys.git
Fix CodeQL
This commit is contained in:
parent
ec080cbd53
commit
135570020e
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: cd verific/tclmain && make -j6
|
||||
|
||||
- name: Build
|
||||
run: make yosys -j6
|
||||
run: make yosys -j6 ENABLE_CCACHE=0
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue