Skip to content

Commit a9d3655

Browse files
code-asheryiliang114
authored andcommitted
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.
1 parent 4f0789f commit a9d3655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
LINK: ${{ format('{0}-g++', matrix.prefix) }}
122122
npm_config_arch: ${{ matrix.arch }}
123123
NODE_VERSION: v18.15.0
124+
npm_config_build_from_source: true
124125

125126
steps:
126127
- name: Checkout repo

0 commit comments

Comments
 (0)