diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 45947f6..8ba12ae 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,8 +14,8 @@ jobs: override: true # - name: Update rust # run: rustup update - # - name: Install llvm-tools-preview - # run: rustup component add llvm-tools-preview + - name: Install llvm-tools-preview + run: rustup component add llvm-tools-preview --toolchain nightly-x86_64-unknown-linux-gnu - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - uses: actions-rs/cargo@v1