From a78b260857ce202a9be7be9efa66e032e3cbc9ea Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Fri, 14 Apr 2023 17:43:42 +0900 Subject: [PATCH] Install musl-gcc for linux-musl nodejs releases --- .github/workflows/release-crypto-nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-crypto-nodejs.yml b/.github/workflows/release-crypto-nodejs.yml index d682a3e60..0ceee6e5d 100644 --- a/.github/workflows/release-crypto-nodejs.yml +++ b/.github/workflows/release-crypto-nodejs.yml @@ -52,6 +52,7 @@ jobs: apt_install: gcc-arm-linux-gnueabihf - target: x86_64-unknown-linux-musl os: ubuntu-latest + apt_install: musl-tools # ----------------------------------- macOS - target: aarch64-apple-darwin os: macos-latest