mirror of
https://github.com/nushell/nushell.git
synced 2025-02-04 12:40:33 +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 }}
|
toolchain: ${{ matrix.rust }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
|
||||||
with:
|
|
||||||
key: "1" # increment this to bust the cache if needed
|
|
||||||
|
|
||||||
- name: Install Nushell
|
- name: Install Nushell
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user