Skip to content

Commit afd70d2

Browse files
committed
Fix old-school builds
- ignore missing packages in apt-get install
1 parent a268782 commit afd70d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Qt
2929
run: |
3030
apt-get update
31-
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes \
31+
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes -m \
3232
build-essential \
3333
python3 \
3434
python3-dev \

0 commit comments

Comments
 (0)