From 129b1cb441fd804acbe15944bf65f5a4e94f699c Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 8 Oct 2024 10:44:48 -0700 Subject: [PATCH] Maybe fix cache not found issues --- .github/workflows/language-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/language-tests.yml b/.github/workflows/language-tests.yml index 9d882741a..922f81738 100644 --- a/.github/workflows/language-tests.yml +++ b/.github/workflows/language-tests.yml @@ -38,7 +38,6 @@ jobs: - name: Cache cargo registry uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: - shared-key: "language-binding-tests" cache-on-failure: "true" - name: Install node @@ -92,7 +91,6 @@ jobs: - name: Cache cargo registry uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: - shared-key: "language-binding-tests" cache-on-failure: "true" workspaces: | . -> target