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

This commit is contained in:
Ivan Enderlin
2023-04-24 19:59:01 +02:00
committed by GitHub
parent 910c35b699
commit cfc6ec2c0d
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -52,7 +52,6 @@ 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