You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kewisch 👋, using the current rev, I'm hitting an error running the action with the action installed as a submodule local to the repo I'm using it from:
This looks to be due to the arch specific deps not being part of the committed node_modules. A temporary workaround is possible by adding a step which runs npm install like so:
- name: workaround missing dep in action-web-extworking-directory: .github/actions/action-web-extrun: npm install
The text was updated successfully, but these errors were encountered:
Hey, thanks for noting. This is some new dependency on yauzl-promise I believe. I really like the lib, but I don't think I am even using the rust feature they include. We should probably either downgrade the lib, or find a different one.
Hi @kewisch 👋, using the current rev, I'm hitting an error running the action with the action installed as a submodule local to the repo I'm using it from:
This looks to be due to the arch specific deps not being part of the committed
node_modules
. A temporary workaround is possible by adding a step which runsnpm install
like so:The text was updated successfully, but these errors were encountered: