mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
CI: remove rust-cache from virtualenv tests (#5358)
This commit is contained in:
parent
8e5cc655e9
commit
7714956276
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user