From cfb0a4e0f011a03e56e949c99e3b46783c0120e2 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Thu, 31 Aug 2023 20:04:43 +1000 Subject: [PATCH] Tweak CI disk usage (#1313) --- .github/workflows/build_and_test.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 899ab2775..2b96839da 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -57,10 +57,10 @@ jobs: key: ubuntu-20.04-packages - name: Install ubuntu packages run: shotover-proxy/build/install_ubuntu_packages.sh - - name: Install nextest - uses: taiki-e/install-action@nextest - - name: Install cargo-hack - run: cargo install cargo-hack --version 0.5.8 + - name: Install cargo-hack and nextest + uses: taiki-e/install-action@v2 + with: + tool: cargo-hack@0.6.4,nextest@0.9.57 - name: Check `cargo fmt` was run run: cargo fmt --all -- --check - name: Ensure that all crates compile and have no warnings under every possible combination of features @@ -114,7 +114,9 @@ jobs: - name: Install ubuntu packages run: shotover-proxy/build/install_ubuntu_packages.sh - name: Install nextest - uses: taiki-e/install-action@nextest + uses: taiki-e/install-action@v2 + with: + tool: nextest@0.9.57 - run: mkdir -p ~/.cargo/bin - name: Download archive uses: actions/download-artifact@v3