Skip to content

Commit

Permalink
npm_config_arch must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Sep 22, 2023
1 parent 2ecddd0 commit de4fd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
CC: ${{ format('{0}-gcc', matrix.prefix) }}
CXX: ${{ format('{0}-g++', matrix.prefix) }}
LINK: ${{ format('{0}-g++', matrix.prefix) }}
NPM_CONFIG_ARCH: ${{ matrix.arch }}
npm_config_arch: ${{ matrix.arch }}
NODE_VERSION: v18.15.0

steps:
Expand Down

0 comments on commit de4fd1d

Please sign in to comment.