We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ec322 commit 7eaf186Copy full SHA for 7eaf186
.github/workflows/ci.yml
@@ -189,10 +189,10 @@ jobs:
189
continue-on-error: true
190
- uses: actions-rs/toolchain@v1
191
with:
192
- toolchain: nightly
193
- override: true
+ toolchain: stable
194
profile: minimal
195
components: llvm-tools-preview
+ default: true
196
- name: Install cargo-llvm-cov
197
uses: taiki-e/install-action@cargo-llvm-cov
198
- name: Generate code coverage
0 commit comments