diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 2018344..f71f12d 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -47,7 +47,7 @@ jobs: - 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 gcc-arm-linux-gnueabi + run: apt update && apt-get install -y libclang-dev clang sshpass rsync gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu - name: Compile release binary uses: https://github.com/actions-rs/cargo@v1 with: