We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1575252 commit bea906fCopy full SHA for bea906f
.github/workflows/release.yaml
@@ -138,8 +138,6 @@ jobs:
138
package-lock.json
139
test/package-lock.json
140
141
- - run: SKIP_SUBMODULE_DEPS=1 npm ci
142
-
143
- name: Install cross-compiler and system dependencies
144
run: |
145
dpkg --add-architecture $TARGET_ARCH
@@ -154,6 +152,8 @@ jobs:
154
152
curl wget rsync gettext-base \
155
153
python3
156
+ - run: SKIP_SUBMODULE_DEPS=1 npm ci
+
157
- name: Install nfpm
158
159
mkdir -p ~/.local/bin
0 commit comments