Skip to content

Commit

Permalink
Fix issue with Rust cache using newer node version (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Jan 20, 2024
1 parent 7127437 commit ba4763b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
toolchain: stable

- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
# Fixed version due to https://github.com/Swatinem/rust-cache/issues/183#issuecomment-1893979126
uses: Swatinem/[email protected]
with:
workspaces: src/Temporalio/Bridge
key: ${{ matrix.os }}
Expand Down

0 comments on commit ba4763b

Please sign in to comment.