We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f348adc commit fde0479Copy full SHA for fde0479
1 file changed
.github/workflows/LinuxReleaseUbuntu2404.yml
@@ -41,9 +41,10 @@ jobs:
41
- name: install dependencies #3
42
run: |
43
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
+ #sudo apt install -yq build-essential git pkg-config python3-dev python3-venv \
+ #libgirepository1.0-dev libcairo2-dev \
+ #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
48
python -m pip install briefcase
49
- name: Build linux arifacts #4
50
0 commit comments