Compare commits

..

2 Commits

Author SHA1 Message Date
core 0193ffb828
merge
/ build (push) Successful in 2m36s Details
/ build_x64 (push) Has been cancelled Details
/ build_arm64 (push) Failing after 2m52s Details
/ build_win64 (push) Has been cancelled Details
2023-10-10 18:02:08 -04:00
core b09c7e3e57
workflow update 2023-10-10 18:01:12 -04:00
1 changed files with 2 additions and 2 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 run: apt update && apt-get install -y libclang-dev clang sshpass rsync gcc-arm-linux-gnueabi
- 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: