mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
Turn of CodeQL TRAP caching
It was using up all github action cache of 10GB
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user