mirror of https://github.com/coder/code-server.git
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
|
@ -121,6 +121,7 @@ jobs:
|
|||
LINK: ${{ format('{0}-g++', matrix.prefix) }}
|
||||
npm_config_arch: ${{ matrix.arch }}
|
||||
NODE_VERSION: v18.15.0
|
||||
npm_config_build_from_source: true
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
Loading…
Reference in New Issue