install target architecture

This commit is contained in:
Abdenasser 2024-11-07 17:03:25 +01:00
parent 8f2e94e03d
commit 17b09e3633

View File

@ -26,6 +26,9 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Add Target
run: rustup target add ${{ matrix.target }}
- name: Install Cross-Compilation Tools
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |