Skip to content

Commit 282b4f8

Browse files
code-asheryiliang114
authored andcommitted
Install python3 in cross-compile container
Unsure why this is suddenly missing.
1 parent 01d051b commit 282b4f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
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)