Turn off CodeQL TRAP caching

It was using up the GitHub actions caching quota of 10GB
This commit is contained in:
Kovid Goyal 2025-09-19 22:53:14 +05:30
parent f98d5fce16
commit 1672110854
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -59,6 +59,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
trap-caching: false
- name: Build kitty
if: matrix.language == 'c' || matrix.language == 'go'