We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a268782 commit 1e3c179Copy full SHA for 1e3c179
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build
3
on:
4
push:
5
branches:
6
- - master
+ - fix-oldschool
7
pull_request:
8
9
concurrency:
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Qt
29
run: |
30
apt-get update
31
- DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes \
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes -m \
32
build-essential \
33
python3 \
34
python3-dev \
0 commit comments