mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 11:07:52 +00:00
Fix actions
This commit is contained in:
parent
858ac2de99
commit
e1e57ade57
2 changed files with 4 additions and 4 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
queries: security-extended,security-and-quality
|
||||
|
||||
- name: Build
|
||||
run: make yosys -j6 ENABLE_PYOSYS=0 ENABLE_CCACHE=0
|
||||
run: make yosys -j6 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue