From e3a0103d9b2c52af30ac4cd39467e26f5d8d85bf Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Mon, 23 Dec 2024 23:26:05 +0100 Subject: [PATCH] ci: build cargo-vet with stable rust toolchain It's not nessessary to use the toolchain specified for puffin. And `cargo-vet` failed to build with 1.76 toolchain. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc5e014..5dfbbaac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Ensure that the tool cache is populated with the cargo-vet binary # build from source, as are not published binaries yet :( # tracked in https://github.com/mozilla/cargo-vet/issues/484 - run: cargo install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet + run: cargo +stable install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet - name: Invoke cargo-vet run: | cargo vet --locked