From 2f1452087e90d114941f8b1392d94fd917c218d5 Mon Sep 17 00:00:00 2001 From: core Date: Thu, 28 Sep 2023 11:15:41 -0400 Subject: [PATCH] [ci] tfclient arm64 builds disable caching --- .forgejo/workflows/tfclient.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 316d7a1..1664a52 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -48,8 +48,6 @@ jobs: override: true - name: Install additional dependencies 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 uses: https://github.com/actions-rs/cargo@v1 with: