1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

ci: fix coverage job

This commit is contained in:
Rob Ede 2024-06-20 03:10:20 +01:00
parent 6934db623b
commit 45e9e00285
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -27,6 +27,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0 uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
with: with:
toolchain: nightly
components: llvm-tools-preview components: llvm-tools-preview
- name: Install just, cargo-llvm-cov, cargo-nextest - name: Install just, cargo-llvm-cov, cargo-nextest