1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00

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
- 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