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

This commit is contained in:
core 2023-09-27 14:04:16 -04:00
parent 5533f2853d
commit 90176995d3
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Go toolchain - name: Setup Go toolchain
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Setup Rust toolchain - name: Setup Rust toolchain
uses: https://github.com/actions-rs/toolchain@v1 uses: https://github.com/actions-rs/toolchain@v1
with: with: