[ci] tfclient arm64 builds disable caching
This commit is contained in:
parent
866a1dc4a5
commit
2f1452087e
|
@ -48,8 +48,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: Enable Rust dependency caching
|
|
||||||
uses: https://github.com/Swatinem/rust-cache@v2
|
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue