Skip to content

Commit 1575252

Browse files
committed
Install python3 in cross-compile container
Unsure why this is suddenly missing.
1 parent 7c29865 commit 1575252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
libsecret-1-dev:$TARGET_ARCH \
152152
libkrb5-dev:$TARGET_ARCH \
153153
ca-certificates \
154-
curl wget rsync gettext-base
154+
curl wget rsync gettext-base \
155+
python3
155156
156157
- name: Install nfpm
157158
run: |

0 commit comments

Comments
 (0)