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