From 7d217b92c95275f84d7fc1897a9fc086234ec14d Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 14:00:18 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 3) --- .forgejo/workflows/tfclient.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index a9f5aed..63ead43 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -13,15 +13,15 @@ jobs: - name: Setup Go toolchain uses: actions/setup-go@v4 - name: Setup Rust toolchain - uses: github.com/actions-rs/toolchain@v1 + uses: https://github.com/actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - name: Enable Rust dependency caching - uses: github.com/Swatinem/rust-cache@v2 + uses: https://github.com/Swatinem/rust-cache@v2 - name: Compile release binary - uses: github.com/actions-rs/cargo@v1 + uses: https://github.com/actions-rs/cargo@v1 with: command: build args: --release --bin tfclient