Install python before npm ci

This commit is contained in:
Asher 2024-10-18 11:36:40 -08:00
parent 15752526bd
commit bea906f90b
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,6 @@ jobs:
package-lock.json package-lock.json
test/package-lock.json test/package-lock.json
- run: SKIP_SUBMODULE_DEPS=1 npm ci
- name: Install cross-compiler and system dependencies - name: Install cross-compiler and system dependencies
run: | run: |
dpkg --add-architecture $TARGET_ARCH dpkg --add-architecture $TARGET_ARCH
@ -154,6 +152,8 @@ jobs:
curl wget rsync gettext-base \ curl wget rsync gettext-base \
python3 python3
- run: SKIP_SUBMODULE_DEPS=1 npm ci
- name: Install nfpm - name: Install nfpm
run: | run: |
mkdir -p ~/.local/bin mkdir -p ~/.local/bin