github-action icon indicating copy to clipboard operation
github-action copied to clipboard

My NPM config env variables are ignored

Open janoist1 opened this issue 3 years ago • 0 comments

I need to use the following environment variables in order for npm to install the correct stuff:

  • npm_config_arch: x64
  • npm_config_platform: linux

At the moment, linuxmusl is used instead of linux. Why is that? How to fix it?

janoist1 avatar Aug 25 '21 13:08 janoist1