From 7d1bdf07e05bbe3d6d69ef590dd3735fc2afc2f8 Mon Sep 17 00:00:00 2001 From: core Date: Mon, 9 Oct 2023 15:13:07 -0400 Subject: [PATCH] remove rust dependency caching --- .forgejo/workflows/tfclient.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 1664a52..1a45d41 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: 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: