Skip to content

Commit

Permalink
Install python before npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Oct 18, 2024
1 parent 1575252 commit bea906f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bea906f

Please sign in to comment.