We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b219 commit 858ac2dCopy full SHA for 858ac2d
.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
25
queries: security-extended,security-and-quality
26
27
- name: Build
28
- run: make yosys -j6 ENABLE_PYOSYS=0
+ run: make yosys -j6 ENABLE_PYOSYS=0 ENABLE_CCACHE=0
29
30
- name: Perform CodeQL Analysis
31
uses: github/codeql-action/analyze@v3
.github/workflows/test-build.yml
@@ -146,7 +146,7 @@ jobs:
146
- name: Run tests
147
shell: bash
148
run: |
149
- 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
150
151
- name: Report errors
152
if: ${{ failure() }}
0 commit comments