Update .forgejo/workflows/tfclient.yml
/ build (push) Successful in 2m2s Details
/ build_arm64 (push) Failing after 1m55s Details
/ build_win64 (push) Successful in 3m40s Details
/ build_x64 (push) Has been cancelled Details

This commit is contained in:
core 2023-10-10 17:45:13 -04:00 committed by e3team Git Services
parent 45c8ad5913
commit e94ad5a5e6
Signed by: e3team Git Services
GPG Key ID: 997B1E1ADD663479
1 changed files with 2 additions and 0 deletions

View File

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