diff --git a/.github/workflows/ci-post-merge.yml b/.github/workflows/ci-post-merge.yml index 20efd568..59b8e318 100644 --- a/.github/workflows/ci-post-merge.yml +++ b/.github/workflows/ci-post-merge.yml @@ -56,9 +56,10 @@ jobs: with: toolchain: ${{ matrix.version }} - - uses: taiki-e/install-action@v2.22.0 + - name: Install cargo-hack and cargo-ci-cache-clean + uses: taiki-e/install-action@v2.22.0 with: - tool: cargo-hack + tool: cargo-hack,cargo-ci-cache-clean - name: check lib if: > @@ -99,11 +100,6 @@ jobs: && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-linux " - - name: Install cargo-ci-cache-clean - uses: taiki-e/install-action@v2.23.2 - with: - tool: cargo-ci-cache-clean - - name: CI cache clean run: cargo-ci-cache-clean diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416bf8d0..baa92e79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,10 @@ jobs: with: toolchain: ${{ matrix.version.version }} - - uses: taiki-e/install-action@v2.22.0 + - name: Install cargo-hack and cargo-ci-cache-clean + uses: taiki-e/install-action@v2.22.0 with: - tool: cargo-hack + tool: cargo-hack,cargo-ci-cache-clean - name: Generate Cargo.lock run: cargo generate-lockfile @@ -115,11 +116,6 @@ jobs: && RUSTUP_TOOLCHAIN=${{ matrix.version.version }} cargo ci-test-linux " - - name: Install cargo-ci-cache-clean - uses: taiki-e/install-action@v2.23.2 - with: - tool: cargo-ci-cache-clean - - name: CI cache clean run: cargo-ci-cache-clean