We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997c4dc commit 7e94068Copy full SHA for 7e94068
.github/workflows/nodejs.yml
@@ -217,7 +217,7 @@ jobs:
217
echo "::endgroup::"
218
echo "::group::rebuild libxmljs2"
219
## 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
+ npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2 || true
221
222
- name: fetch build artifact
223
# see https://github.com/actions/download-artifact
0 commit comments