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: