From b8ceeaff0fc1910fc496f435a10b619875da268f Mon Sep 17 00:00:00 2001 From: epi Date: Thu, 14 Apr 2022 16:07:37 -0500 Subject: [PATCH] update --- .github/workflows/coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0393c6f..45947f6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,10 +12,10 @@ jobs: with: toolchain: nightly override: true - - name: Update rust - run: rustup update - - name: Install llvm-tools-preview - run: rustup component add llvm-tools-preview + # - name: Update rust + # run: rustup update + # - name: Install llvm-tools-preview + # run: rustup component add llvm-tools-preview - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - uses: actions-rs/cargo@v1