From 564dbc3a6b3001c21df1ae58b76ccd1b48a2778b Mon Sep 17 00:00:00 2001 From: core Date: Thu, 28 Sep 2023 09:39:08 -0400 Subject: [PATCH] [ci] tfclient x64 build uploading fix --- .forgejo/workflows/tfclient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 59f9e2c..ccdeba1 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable override: true - name: Install additional dependencies - run: apt update && apt-get install -y libclang-dev clang + run: apt update && apt-get install -y libclang-dev clang sshpass rsync - name: Enable Rust dependency caching uses: https://github.com/Swatinem/rust-cache@v2 - name: Compile release binary