github: fix coverage action

This commit is contained in:
Valentin Tolmer 2022-04-15 20:00:33 +02:00 committed by nitnelave
parent be452f4649
commit f2570cdd3c

View File

@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v3
- 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