mirror of
https://github.com/coder/code-server.git
synced 2024-11-22 02:44:44 +03:00
Install python3 in cross-compile container
Unsure why this is suddenly missing.
This commit is contained in:
parent
7c298653f1
commit
15752526bd
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 New Issue
Block a user