diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 258ebb9e48..10eba98efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |