mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 00:14:08 +01:00
Install python3 in cross-compile container
Unsure why this is suddenly missing.
This commit is contained in:
parent
7c298653f1
commit
15752526bd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue