From c5c1fbfe79f0f13454008d8ff8f36a01bf0b2011 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 20 Jun 2024 15:13:28 -0600 Subject: [PATCH] Make sure llvm-tools are installed for the coverage components --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 565473b..cc26f86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,9 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.target }}-build-${{ env.cache-name }}- - name: Install Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@master + toolchain: nightly + components: llvm-tools - name: cargo install llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - name: cargo generate lockfile