[ci] tfclient x64 builds (fix 2)
/ build_x64 (push) Failing after 1m17s
Details
/ build_x64 (push) Failing after 1m17s
Details
This commit is contained in:
parent
11a2059107
commit
d99ca39c65
|
@ -13,15 +13,15 @@ jobs:
|
||||||
- name: Setup Go toolchain
|
- name: Setup Go toolchain
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
- name: Setup Rust toolchain
|
- name: Setup Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Enable Rust dependency caching
|
- name: Enable Rust dependency caching
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: github.com/Swatinem/rust-cache@v2
|
||||||
- name: Compile release binary
|
- name: Compile release binary
|
||||||
uses: actions-rs/cargo@v1
|
uses: github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --bin tfclient
|
args: --release --bin tfclient
|
||||||
|
|
Loading…
Reference in New Issue