From 7a213161f2e71807735e3443c23290bdb0311927 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 26 Sep 2023 09:56:45 -0800 Subject: [PATCH] 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. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 764a37038..572316830 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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