Skip to content

Commit 8e05599

Browse files
committed
Restore "Install musl-gcc for linux-musl nodejs releases"
This reverts commit cfc6ec2.
1 parent 4bbea71 commit 8e05599

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/prep-crypto-nodejs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
trigger-release:
112112
# and trigger the tagging release workflow
113-
uses: matrix-org/matrix-rust-sdk/.github/workflows/release-crypto-nodejs.yml@main
113+
uses: ./.github/workflows/release-crypto-nodejs.yml
114114
needs: ['prepare-release']
115115
name: "Trigger release Workflow"
116116
with:

.github/workflows/release-crypto-nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
apt_install: gcc-arm-linux-gnueabihf
5454
- target: x86_64-unknown-linux-musl
5555
os: ubuntu-20.04
56+
apt_install: musl-tools
5657
# ----------------------------------- macOS
5758
- target: aarch64-apple-darwin
5859
os: macos-latest

0 commit comments

Comments
 (0)