github: fix coverage action

This commit is contained in:
Valentin Tolmer 2022-04-15 20:00:33 +02:00
parent a942dc691e
commit 3e607cea8d

View File

@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Rust - name: Install Rust
run: rustup toolchain install nightly --component llvm-tools-preview run: rustup toolchain install nightly --component llvm-tools-preview && rustup component add llvm-tools-preview --toolchain stable-x86_64-unknown-linux-gnu
- uses: taiki-e/install-action@cargo-llvm-cov - uses: taiki-e/install-action@cargo-llvm-cov