Build from source on cross-compile step
The comment said the issue with argon2 was related to CentOS 7 but the cross-compile steps never used CentOS 7 so maybe the real issue is with the architecture.
This commit is contained in:
parent
a1131fadf2
commit
7a213161f2
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -121,6 +121,7 @@ jobs:
|
|||||||
LINK: ${{ 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
|
NODE_VERSION: v18.15.0
|
||||||
|
npm_config_build_from_source: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
Reference in New Issue
Block a user