[ci] tfclient x64 builds (fix 2)
/ build_x64 (push) Failing after 1m17s Details

This commit is contained in:
core 2023-09-27 13:57:13 -04:00
parent 11a2059107
commit d99ca39c65
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 3 additions and 3 deletions

View File

@ -13,15 +13,15 @@ jobs:
- name: Setup Go toolchain
uses: actions/setup-go@v4
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
uses: github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Enable Rust dependency caching
uses: Swatinem/rust-cache@v2
uses: github.com/Swatinem/rust-cache@v2
- name: Compile release binary
uses: actions-rs/cargo@v1
uses: github.com/actions-rs/cargo@v1
with:
command: build
args: --release --bin tfclient