We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a2edb commit 7a096cfCopy full SHA for 7a096cf
1 file changed
.github/workflows/build.yml
@@ -4,8 +4,9 @@ on:
4
push:
5
branches:
6
- master
7
+ - oldschool_builds
8
pull_request:
-
9
+
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
cancel-in-progress: true
@@ -16,6 +17,7 @@ defaults:
16
17
18
jobs:
19
ubuntu:
20
+ if: false
21
strategy:
22
fail-fast: false
23
matrix:
@@ -121,6 +123,7 @@ jobs:
121
123
qt5-qtxmlpatterns \
122
124
qt5-qtmultimedia \
125
qt5-qt3d \
126
+ qt5-devel \
127
qt5-*-devel
128
129
- name: Checkout PythonQt
@@ -159,6 +162,7 @@ jobs:
159
162
path: generated_cpp
160
163
161
164
macOS:
165
166
167
168
@@ -249,6 +253,7 @@ jobs:
249
253
250
254
251
255
windows:
256
252
257
258
259
0 commit comments