Skip to content

Commit 5b71940

Browse files
committed
Use nightly toolchain.
1 parent e3a29ab commit 5b71940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- julio/codecov
98

109
jobs:
1110
build:
@@ -42,7 +41,7 @@ jobs:
4241
- name: Install cargo-llvm-cov
4342
uses: taiki-e/install-action@cargo-llvm-cov
4443
- name: Generate code coverage
45-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
44+
run: cargo +nightly llvm-cov --all-features --workspace --lcov --output-path lcov.info
4645
- name: Upload coverage to Codecov
4746
uses: codecov/codecov-action@v3
4847
with:

0 commit comments

Comments
 (0)