mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Update build-ubuntu-deb.yml
This commit is contained in:
parent
2dc3868298
commit
80577b90a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu-deb.yml
vendored
2
.github/workflows/build-ubuntu-deb.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue