mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Turn off CodeQL TRAP caching
It was using up the GitHub actions caching quota of 10GB
This commit is contained in:
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -59,6 +59,7 @@ jobs:
|
|||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
trap-caching: false
|
||||||
|
|
||||||
- name: Build kitty
|
- name: Build kitty
|
||||||
if: matrix.language == 'c' || matrix.language == 'go'
|
if: matrix.language == 'c' || matrix.language == 'go'
|
||||||
|
|||||||
Reference in New Issue
Block a user