Merge branch 'master' into dependabot/github_actions/taiki-e/install-action-2.23.1

This commit is contained in:
Rob Ede 2023-12-26 03:58:44 +00:00 committed by GitHub
commit 82be9fa6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 8 deletions

View File

@ -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

View File

@ -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