Skip to content

Commit 7e94068

Browse files
committed
ci: fix libxmljs2 setup
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 997c4dc commit 7e94068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
echo "::endgroup::"
218218
echo "::group::rebuild libxmljs2"
219219
## rebuild deps for which scripts were ignored, or partially installed - since "ignore-scripts" was used
220-
npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2
220+
npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2 || true
221221
echo "::endgroup::"
222222
- name: fetch build artifact
223223
# see https://github.com/actions/download-artifact

0 commit comments

Comments
 (0)