Skip to content

Commit

Permalink
fix: Disable caching for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 17, 2023
1 parent e0cd97f commit 7e79ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
components: llvm-tools-preview
- name: Cache cargo
uses: Swatinem/rust-cache@v2
# https://github.com/Swatinem/rust-cache#known-issues
if: ${{ runner.os != 'Windows' }}
with:
shared-key: test
- name: Install cargo-make
Expand Down

0 comments on commit 7e79ad5

Please sign in to comment.