Fix CodeQL

This commit is contained in:
Akash Levy 2025-05-07 22:48:01 -07:00
parent ec080cbd53
commit 135570020e
1 changed files with 1 additions and 1 deletions

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