Skip to content

Commit 45f2217

Browse files
committed
Use nightly toolchain.
1 parent e3a29ab commit 45f2217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install cargo-llvm-cov
4343
uses: taiki-e/install-action@cargo-llvm-cov
4444
- name: Generate code coverage
45-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
45+
run: cargo +nightly llvm-cov --all-features --workspace --lcov --output-path lcov.info
4646
- name: Upload coverage to Codecov
4747
uses: codecov/codecov-action@v3
4848
with:

0 commit comments

Comments
 (0)