From d99ca39c65296a9fd3875fbb4b6721559deb5b94 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 13:57:13 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 2) --- .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 94bca6e..a9f5aed 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: 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