mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-08-18 16:01:07 +00:00
ci: fix musl build by installing musl-tools in release workflow
This commit is contained in:
@@ -50,9 +50,9 @@ jobs:
|
||||
pnpm install
|
||||
pnpm run build
|
||||
|
||||
- name: Add MUSL target (if needed)
|
||||
- name: Install musl-tools (Linux musl only)
|
||||
if: matrix.target == 'x86_64-unknown-linux-musl'
|
||||
run: rustup target add x86_64-unknown-linux-musl
|
||||
run: sudo apt-get update && sudo apt-get install -y musl-tools
|
||||
|
||||
- name: Build Rust backend
|
||||
run: cargo build --release --target=${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user