Update .forgejo/workflows/tfclient.yml
This commit is contained in:
parent
e94ad5a5e6
commit
d5c0b6461a
|
@ -22,8 +22,6 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
- 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
|
||||||
- name: Install aarch64 target
|
|
||||||
run: rustup target add aarch64-unknown-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:
|
||||||
|
@ -46,6 +44,8 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
- name: Install aarch64 target
|
||||||
|
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
|
||||||
- name: Compile release binary
|
- name: Compile release binary
|
||||||
|
|
Loading…
Reference in New Issue