[ci] tfclient arm64 builds disable caching
All checks were successful
/ build_x64 (push) Successful in 2m21s
/ build_arm64 (push) Successful in 10m23s

This commit is contained in:
core 2023-09-28 11:15:41 -04:00
parent 866a1dc4a5
commit 2f1452087e
Signed by: core
GPG key ID: FDBF740DADDCEECF

View file

@ -48,8 +48,6 @@ jobs:
override: true
- name: Install additional dependencies
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
- name: Enable Rust dependency caching
uses: https://github.com/Swatinem/rust-cache@v2
- name: Compile release binary
uses: https://github.com/actions-rs/cargo@v1
with: