mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 10:39:25 -04:00
Restore "Install musl-gcc for linux-musl nodejs releases"
This reverts commit cfc6ec2c0d.
This commit is contained in:
@@ -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:
|
||||
|
||||
1
.github/workflows/release-crypto-nodejs.yml
vendored
1
.github/workflows/release-crypto-nodejs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user