fix(build): resolve all build, dependency, and toolchain errors
This commit is contained in:
2
.github/workflows/release-orchestration.yml
vendored
2
.github/workflows/release-orchestration.yml
vendored
@@ -61,6 +61,8 @@ jobs:
|
||||
needs: security-scan
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install AArch64 Linker
|
||||
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust MUSL target
|
||||
run: rustup target add x86_64-unknown-linux-musl aarch64-unknown-linux-musl
|
||||
|
||||
Reference in New Issue
Block a user