fixisdhasdhashhduiahdh;li uaFPH BOLUI2 ?
/ build (push) Successful in 2m39s Details
/ build_arm64 (push) Failing after 4m8s Details
/ build_win64 (push) Successful in 4m19s Details
/ build_x64 (push) Has been cancelled Details

This commit is contained in:
core 2023-10-10 18:06:00 -04:00
parent 0193ffb828
commit d61667a231
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Install aarch64 target - name: Install aarch64 target
run: rustup target add aarch64-unknown-linux-gnu run: rustup target add aarch64-unknown-linux-gnu
- name: Install additional dependencies - name: Install additional dependencies
run: apt update && apt-get install -y libclang-dev clang sshpass rsync gcc-arm-linux-gnueabi run: apt update && apt-get install -y libclang-dev clang sshpass rsync gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu
- name: Compile release binary - name: Compile release binary
uses: https://github.com/actions-rs/cargo@v1 uses: https://github.com/actions-rs/cargo@v1
with: with: