mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 16:52:58 +01:00
ci: use cargo-ci-clean-cache
This commit is contained in:
parent
c5b2d0cd36
commit
d28c7db3b3
11
.github/workflows/ci-post-merge.yml
vendored
11
.github/workflows/ci-post-merge.yml
vendored
@ -99,10 +99,13 @@ jobs:
|
|||||||
&& RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-linux
|
&& RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-linux
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Clear the cargo caches
|
- name: Install cargo-ci-cache-clean
|
||||||
run: |
|
uses: taiki-e/install-action@v2.23.2
|
||||||
cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
|
with:
|
||||||
cargo-cache
|
tool: cargo-ci-cache-clean
|
||||||
|
|
||||||
|
- name: CI cache clean
|
||||||
|
run: cargo-ci-cache-clean
|
||||||
|
|
||||||
minimal-versions:
|
minimal-versions:
|
||||||
name: minimal versions
|
name: minimal versions
|
||||||
|
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -115,10 +115,13 @@ jobs:
|
|||||||
&& RUSTUP_TOOLCHAIN=${{ matrix.version.version }} cargo ci-test-linux
|
&& RUSTUP_TOOLCHAIN=${{ matrix.version.version }} cargo ci-test-linux
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Clear the cargo caches
|
- name: Install cargo-ci-cache-clean
|
||||||
run: |
|
uses: taiki-e/install-action@v2.23.2
|
||||||
cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
|
with:
|
||||||
cargo-cache
|
tool: cargo-ci-cache-clean
|
||||||
|
|
||||||
|
- name: CI cache clean
|
||||||
|
run: cargo-ci-cache-clean
|
||||||
|
|
||||||
rustdoc:
|
rustdoc:
|
||||||
name: rustdoc
|
name: rustdoc
|
||||||
|
Loading…
Reference in New Issue
Block a user