[ci] tfclient x64 builds (fix 3)
/ build_x64 (push) Failing after 1m27s
Details
/ build_x64 (push) Failing after 1m27s
Details
This commit is contained in:
parent
d99ca39c65
commit
7d217b92c9
|
@ -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: github.com/actions-rs/toolchain@v1
|
uses: https://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: github.com/Swatinem/rust-cache@v2
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
- name: Compile release binary
|
- name: Compile release binary
|
||||||
uses: github.com/actions-rs/cargo@v1
|
uses: https://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