Skip to content

Commit 858ac2d

Browse files
committed
Try again
1 parent 210b219 commit 858ac2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
queries: security-extended,security-and-quality
2626

2727
- name: Build
28-
run: make yosys -j6 ENABLE_PYOSYS=0
28+
run: make yosys -j6 ENABLE_PYOSYS=0 ENABLE_CCACHE=0
2929

3030
- name: Perform CodeQL Analysis
3131
uses: github/codeql-action/analyze@v3

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: Run tests
147147
shell: bash
148148
run: |
149-
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0
149+
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0 ENABLE_CCACHE=0
150150
151151
- name: Report errors
152152
if: ${{ failure() }}

0 commit comments

Comments
 (0)