ci(rust): improve workflow

This commit is contained in:
EdJoPaTo
2023-10-24 19:09:08 +02:00
parent 0d9d132a67
commit 3a720d293a
2 changed files with 43 additions and 48 deletions
+5 -5
View File
@@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Rust
shell: bash -eux {0}
run: |
rustup toolchain install stable --profile minimal --component llvm-tools-preview
rustup default stable
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with: