Install python3 in cross-compile container

Unsure why this is suddenly missing.
This commit is contained in:
Asher 2024-10-18 10:38:44 -08:00
parent 7c298653f1
commit 15752526bd
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ jobs:
libsecret-1-dev:$TARGET_ARCH \ libsecret-1-dev:$TARGET_ARCH \
libkrb5-dev:$TARGET_ARCH \ libkrb5-dev:$TARGET_ARCH \
ca-certificates \ ca-certificates \
curl wget rsync gettext-base curl wget rsync gettext-base \
python3
- name: Install nfpm - name: Install nfpm
run: | run: |