Skip to content

Commit 4454e04

Browse files
authored
Merge pull request #316 from PyO3/stable-coverage
Use stable Rust for code coverage now that Rust 1.60 was released.
2 parents de381b6 + 7eaf186 commit 4454e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ jobs:
189189
continue-on-error: true
190190
- uses: actions-rs/toolchain@v1
191191
with:
192-
toolchain: nightly
193-
override: true
192+
toolchain: stable
194193
profile: minimal
195194
components: llvm-tools-preview
195+
default: true
196196
- name: Install cargo-llvm-cov
197197
uses: taiki-e/install-action@cargo-llvm-cov
198198
- name: Generate code coverage

0 commit comments

Comments
 (0)