fix(build): resolve all compilation and toolchain errors

This commit is contained in:
2025-07-23 01:42:03 +02:00
parent b2b08c5484
commit 4e8e3713ed
2 changed files with 3 additions and 0 deletions

View File

@@ -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