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: