Skip to content

Commit fde0479

Browse files
authored
Update LinuxReleaseUbuntu2404.yml
changed briefcase prerequisite install (sudo apt)
1 parent f348adc commit fde0479

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/LinuxReleaseUbuntu2404.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
- name: install dependencies #3
4242
run: |
4343
sudo apt update
44-
sudo apt install -yq build-essential git pkg-config python3-dev python3-venv \
45-
libgirepository1.0-dev libcairo2-dev \
46-
gir1.2-webkit2-4.0 libcanberra-gtk3-module libgl1 libglib2.0-0
44+
#sudo apt install -yq build-essential git pkg-config python3-dev python3-venv \
45+
#libgirepository1.0-dev libcairo2-dev \
46+
#gir1.2-webkit2-4.0 libcanberra-gtk3-module libgl1 libglib2.0-0
47+
sudo apt install -yq git build-essential pkg-config python3-dev python3-venv qt6-base-dev
4748
python -m pip install briefcase
4849
- name: Build linux arifacts #4
4950
run: |

0 commit comments

Comments
 (0)