[ci] tfclient x64 builds (fix 6)
/ build_x64 (push) Failing after 1m33s
Details
/ build_x64 (push) Failing after 1m33s
Details
This commit is contained in:
parent
90176995d3
commit
a439b9da90
|
@ -20,6 +20,8 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
- name: Install additional dependencies
|
||||||
|
run: apt install libclang-dev
|
||||||
- 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