From e94ad5a5e61c9f8370c20ec7d10494ab2d2807d6 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 10 Oct 2023 17:45:13 -0400 Subject: [PATCH] Update .forgejo/workflows/tfclient.yml --- .forgejo/workflows/tfclient.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index ab5349e..f125766 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -22,6 +22,8 @@ jobs: override: true - name: Install additional dependencies run: apt update && apt-get install -y libclang-dev clang sshpass rsync + - name: Install aarch64 target + run: rustup target add aarch64-unknown-linux-gnu - name: Compile release binary uses: https://github.com/actions-rs/cargo@v1 with: