Skip to content

Commit 66531e1

Browse files
committed
ci: try to fix coverage
1 parent 7d25d5e commit 66531e1

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/CI.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- os: macos-latest
2323
target: x86_64-osx
2424
- os: ubuntu-latest
25-
target: x86_64-unknown-linux-musl
25+
target: x86_64-unknown-linux-gnu
2626
coverage: true
2727
conventional_commit_check: true
2828
- os: ubuntu-latest
@@ -35,18 +35,11 @@ jobs:
3535
cache-all-crates: "true"
3636
key: "${{ matrix.os }}-${{ matrix.target }}"
3737

38-
- name: Install stable toolchain
39-
uses: actions-rs/toolchain@v1
38+
- uses: dtolnay/rust-toolchain@stable
4039
with:
41-
profile: minimal
42-
toolchain: stable
43-
44-
- name: Install cargo-llvm-cov
45-
if: ${{matrix.coverage}}
46-
uses: taiki-e/install-action@cargo-llvm-cov
47-
48-
- name: Install nextest
49-
uses: taiki-e/install-action@nextest
40+
components: llvm-tools-preview
41+
- uses: taiki-e/install-action@cargo-llvm-cov
42+
- uses: taiki-e/install-action@nextest
5043

5144
- name: Collect coverage data
5245
if: ${{matrix.coverage}}

0 commit comments

Comments
 (0)