fix(build): resolve all compilation and toolchain errors
This commit is contained in:
2
.github/workflows/release-orchestration.yml
vendored
2
.github/workflows/release-orchestration.yml
vendored
@@ -62,6 +62,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust MUSL target
|
||||
run: rustup target add x86_64-unknown-linux-musl aarch64-unknown-linux-musl
|
||||
- name: Build Daemon
|
||||
run: |
|
||||
cd apps/daemon
|
||||
|
||||
Reference in New Issue
Block a user