From d5c0b6461a82ef40b2f85a6c316aae8b7d062c17 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 10 Oct 2023 17:52:55 -0400 Subject: [PATCH] Update .forgejo/workflows/tfclient.yml --- .forgejo/workflows/tfclient.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index f125766..df04c67 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -22,8 +22,6 @@ 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: @@ -46,6 +44,8 @@ jobs: profile: minimal toolchain: stable override: true + - name: Install aarch64 target + run: rustup target add aarch64-unknown-linux-gnu - name: Install additional dependencies run: apt update && apt-get install -y libclang-dev clang sshpass rsync - name: Compile release binary