Skip to content

Commit 33099b1

Browse files
committed
PyQt is not needed, setup only Qt for CI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent edf390e commit 33099b1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run: |
3636
git clone https://github.com/DISTRHO/PawPaw.git
3737
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
38-
./PawPaw/bootstrap-carla.sh macos-universal && ./PawPaw/.cleanup.sh macos-universal
38+
./PawPaw/bootstrap-plugins.sh macos-universal
39+
./PawPaw/bootstrap-qt.sh macos-universal
40+
./PawPaw/.cleanup.sh macos-universal
3941
- name: Build macOS universal
4042
shell: bash
4143
run: |
@@ -93,7 +95,9 @@ jobs:
9395
run: |
9496
git clone https://github.com/DISTRHO/PawPaw.git
9597
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
96-
./PawPaw/bootstrap-carla.sh win32 && ./PawPaw/.cleanup.sh win32
98+
./PawPaw/bootstrap-plugins.sh win32
99+
./PawPaw/bootstrap-qt.sh win32
100+
./PawPaw/.cleanup.sh win32
97101
- name: Build win32 cross-compiled
98102
shell: bash
99103
run: |
@@ -159,7 +163,9 @@ jobs:
159163
run: |
160164
git clone https://github.com/DISTRHO/PawPaw.git
161165
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
162-
./PawPaw/bootstrap-carla.sh win64 && ./PawPaw/.cleanup.sh win64
166+
./PawPaw/bootstrap-plugins.sh win64
167+
./PawPaw/bootstrap-qt.sh win64
168+
./PawPaw/.cleanup.sh win64
163169
- name: Build win64 cross-compiled
164170
shell: bash
165171
run: |

0 commit comments

Comments
 (0)