Skip to content

Commit

Permalink
Merge pull request #102 from martinling/disable-rust-cache
Browse files Browse the repository at this point in the history
CI: Disable rust-cache action
  • Loading branch information
miek authored Jun 14, 2024
2 parents 57ff4cf + 708e8b3 commit 6276d8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
run: echo "$env:VCPKG_DEFAULT_BINARY_CACHE/../vcpkg_installed/x64-windows/bin" | Out-File -FilePath $env:GITHUB_PATH -Append
if: matrix.os == 'windows-latest'

- uses: Swatinem/rust-cache@v2

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 6276d8a

Please sign in to comment.