mirror of https://github.com/coder/code-server.git
Install python3 in cross-compile container
Unsure why this is suddenly missing.
This commit is contained in:
parent
7c298653f1
commit
15752526bd
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue