From 59d8458a24ccb49bfe09dd979c7e60db2ff3b13a Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 23 Oct 2025 22:30:18 -0600 Subject: [PATCH] New cache? --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |