Skip to content

Commit bea906f

Browse files
committed
Install python before npm ci
1 parent 1575252 commit bea906f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ jobs:
138138
package-lock.json
139139
test/package-lock.json
140140
141-
- run: SKIP_SUBMODULE_DEPS=1 npm ci
142-
143141
- name: Install cross-compiler and system dependencies
144142
run: |
145143
dpkg --add-architecture $TARGET_ARCH
@@ -154,6 +152,8 @@ jobs:
154152
curl wget rsync gettext-base \
155153
python3
156154
155+
- run: SKIP_SUBMODULE_DEPS=1 npm ci
156+
157157
- name: Install nfpm
158158
run: |
159159
mkdir -p ~/.local/bin

0 commit comments

Comments
 (0)