File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments