From 15752526bde834d72cc44128d3c4aeac9e6410bf Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 18 Oct 2024 10:38:44 -0800 Subject: [PATCH] Install python3 in cross-compile container Unsure why this is suddenly missing. --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1be9931b5..b4817feb4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: |