Merge pull request #1779 from matrix-org/af/nodejs-musl-gcc

Install musl-gcc for linux-musl nodejs releases
This commit is contained in:
Ivan Enderlin
2023-04-24 10:51:00 +02:00
committed by GitHub
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

@@ -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