Update .forgejo/workflows/tfclient.yml
This commit is contained in:
parent
45c8ad5913
commit
e94ad5a5e6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue