Use the bundle for CodeQL builds

Speeds up the dependency fetch and hopefully fixes the failure on macOS
This commit is contained in:
Kovid Goyal 2025-09-16 07:29:34 +05:30
parent 96253f4798
commit d647e21779
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 12 additions and 7 deletions

View file

@ -33,6 +33,9 @@ jobs:
os: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
KITTY_BUNDLE: 1
KITTY_CODEQL: 1
steps: