From 11619f891828bff19670c39d6c0abe5a4822cb63 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Thu, 20 Nov 2025 11:28:25 +0800 Subject: [PATCH] update --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 206518c..67a7182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,11 +58,10 @@ jobs: if: matrix.target == 'x86_64-unknown-linux-musl' run: sudo apt-get update && sudo apt-get install -y musl-tools - - name: Install cross compiler for aarch64 if: matrix.target == 'aarch64-unknown-linux-gnu' - run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu - + run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libc6-dev-arm64-cross + - name: Build Rust backend run: cargo build --release --features vendored-openssl --target=${{ matrix.target }}