Skip to content

Commit

Permalink
Disable rust-cache action.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Jun 14, 2024
1 parent 8120c1e commit 708e8b3
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 708e8b3

Please sign in to comment.