Update build-ubuntu-deb.yml

This commit is contained in:
cmclark00 2024-08-13 22:23:06 -04:00 committed by GitHub
parent 2dc3868298
commit 80577b90a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Install Dependencies
run: sudo apt-get install -y cmake make gcc g++ libssl-dev qt
run: sudo apt-get install -y cmake make gcc g++ libssl-dev qt6-base-dev libxcb-xinerama0
- name: Build
run: |
cd src