diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9ea6d690556d9e23f0570ee8b60e56b30a5b234..141bc4ccbb6a2f880fe8c48fef38e03800106648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,11 +306,11 @@ jobs: with: clean: false - - name: Cache dependencies - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - name: Configure Go and Rust cache + uses: namespacelabs/nscloud-cache-action@v1 with: - save-if: ${{ github.ref == 'refs/heads/main' }} - # cache-provider: "buildjet" + cache: | + rust - name: Configure CI run: |