mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-31 09:10:25 -05:00
Turn of CodeQL TRAP caching
It was using up all github action cache of 10GB
This commit is contained in:
parent
1f6afb8e63
commit
e3f2e374dd
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
trap-caching: false
|
||||
|
||||
- name: Install calibre dependencies
|
||||
if: matrix.language == 'c'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user