Update ci.yml

This commit is contained in:
Tabitha 2025-01-27 02:19:33 -05:00 committed by GitHub
parent 692fe0e58f
commit a55a1f0113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ jobs:
run: git submodule update --init --recursive
- name: Setup Packages
run: |
sudo apt update --fix-missing
sudo apt install ninja-build checkinstall qt6-base-dev build-essential git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libusb-1.0-0-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qt6-base-private-dev libqt6svg6-dev libbluetooth-dev libasound2-dev libpulse-dev libgl1-mesa-dev libcurl4-openssl-dev
- name: Build
run: |