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
Install 64-bit Node in container, for its libraries
According to
actions/checkout#334 (comment),
which is aboute a different but related problem, some 64-bit
libraries are missing that get keep the (it seems, existing and
already mapped) Node.js outside the container from being run, and
installing Node.js in the container with `apt-get` installs the
necessary dependencies, allowing the (existing) Node.js to be used.
Although the error is reported differently (here, the error does
not say anything about `/etc/*release`, the effect where it looks
like the `node` binary does not run but actually something *it*
tries to run does not run, seems to be the same. So maybe this
will help.
0 commit comments