mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
CI: bust caches (#5550)
* bust test cache to see if that fixes issue * bust all caches
This commit is contained in:
parent
c6383874e9
commit
2062e33c37
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
with:
|
with:
|
||||||
key: "v1" # increment this to bust the cache if needed
|
key: "v2" # increment this to bust the cache if needed
|
||||||
|
|
||||||
- name: Rustfmt
|
- name: Rustfmt
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.style }}v1 # increment this to bust the cache if needed
|
key: ${{ matrix.style }}v2 # increment this to bust the cache if needed
|
||||||
|
|
||||||
# - uses: taiki-e/install-action@nextest
|
# - uses: taiki-e/install-action@nextest
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
with:
|
with:
|
||||||
key: "1" # increment this to bust the cache if needed
|
key: "2" # increment this to bust the cache if needed
|
||||||
|
|
||||||
- name: Install Nushell
|
- name: Install Nushell
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in a new issue