CI: remove rust-cache from virtualenv tests (#5358)

This commit is contained in:
Reilly Wood
2022-04-28 13:27:18 -07:00
committed by GitHub
parent 8e5cc655e9
commit 7714956276

View File

@ -86,10 +86,6 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- uses: Swatinem/rust-cache@v1
with:
key: "1" # increment this to bust the cache if needed
- name: Install Nushell
uses: actions-rs/cargo@v1
with: