mirror of
https://github.com/coder/code-server.git
synced 2024-11-22 02:44:44 +03:00
Install python before npm ci
This commit is contained in:
parent
15752526bd
commit
bea906f90b
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -138,8 +138,6 @@ jobs:
|
||||
package-lock.json
|
||||
test/package-lock.json
|
||||
|
||||
- run: SKIP_SUBMODULE_DEPS=1 npm ci
|
||||
|
||||
- name: Install cross-compiler and system dependencies
|
||||
run: |
|
||||
dpkg --add-architecture $TARGET_ARCH
|
||||
@ -154,6 +152,8 @@ jobs:
|
||||
curl wget rsync gettext-base \
|
||||
python3
|
||||
|
||||
- run: SKIP_SUBMODULE_DEPS=1 npm ci
|
||||
|
||||
- name: Install nfpm
|
||||
run: |
|
||||
mkdir -p ~/.local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user