Skip to content

Commit

Permalink
Maybe fix cache not found issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Oct 8, 2024
1 parent d6f5c3e commit 129b1cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 129b1cb

Please sign in to comment.