This commit is contained in:
rustmailer
2025-11-27 01:36:42 +08:00
parent c727460251
commit 6571966228
+2 -2
View File
@@ -58,8 +58,8 @@ jobs:
- name: Install musl-tools (Linux musl only)
if: matrix.target == 'x86_64-unknown-linux-musl'
run: sudo apt-get update && sudo apt-get install -y musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools && sudo apt-get install -y libssl-dev pkg-config
- name: Build aarch64 Rust backend
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |