[ci] tfclient x64 build uploading fix
/ build_x64 (push) Failing after 2m23s
Details
/ build_x64 (push) Failing after 2m23s
Details
This commit is contained in:
parent
7b3df2a641
commit
564dbc3a6b
|
@ -21,7 +21,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Install additional dependencies
|
- name: Install additional dependencies
|
||||||
run: apt update && apt-get install -y libclang-dev clang
|
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
|
||||||
- name: Enable Rust dependency caching
|
- name: Enable Rust dependency caching
|
||||||
uses: https://github.com/Swatinem/rust-cache@v2
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
- name: Compile release binary
|
- name: Compile release binary
|
||||||
|
|
Loading…
Reference in New Issue