3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 19:55:41 +00:00

Fix CodeQL

This commit is contained in:
Akash Levy 2025-05-07 22:48:01 -07:00
parent ec080cbd53
commit 135570020e

View file

@ -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