Restore "Install musl-gcc for linux-musl nodejs releases"

This reverts commit cfc6ec2c0d.
This commit is contained in:
Andrew Ferrazzutti
2023-04-26 20:25:57 +09:00
parent 4bbea71d51
commit 8e0559963e
2 changed files with 2 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ jobs:
trigger-release:
# and trigger the tagging release workflow
uses: matrix-org/matrix-rust-sdk/.github/workflows/release-crypto-nodejs.yml@main
uses: ./.github/workflows/release-crypto-nodejs.yml
needs: ['prepare-release']
name: "Trigger release Workflow"
with:

View File

@@ -53,6 +53,7 @@ jobs:
apt_install: gcc-arm-linux-gnueabihf
- target: x86_64-unknown-linux-musl
os: ubuntu-20.04
apt_install: musl-tools
# ----------------------------------- macOS
- target: aarch64-apple-darwin
os: macos-latest