Skip to content

Commit

Permalink
Install python3 in cross-compile container
Browse files Browse the repository at this point in the history
Unsure why this is suddenly missing.
  • Loading branch information
code-asher committed Oct 18, 2024
1 parent 7c29865 commit 1575252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
libsecret-1-dev:$TARGET_ARCH \
libkrb5-dev:$TARGET_ARCH \
ca-certificates \
curl wget rsync gettext-base
curl wget rsync gettext-base \
python3
- name: Install nfpm
run: |
Expand Down

0 comments on commit 1575252

Please sign in to comment.