ci: fix windows job
This commit is contained in:
parent
199cc989d4
commit
6f16f738f9
|
@ -259,7 +259,7 @@ jobs:
|
||||||
components: llvm-tools-preview
|
components: llvm-tools-preview
|
||||||
- name: Install cargo-llvm-cov
|
- name: Install cargo-llvm-cov
|
||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
uses: taiki-e/install-action@cargo-llvm-cov
|
||||||
- run: pip install -U pip nox
|
- run: python -m pip install -U pip nox
|
||||||
- run: cargo xtask coverage --output-lcov coverage.lcov
|
- run: cargo xtask coverage --output-lcov coverage.lcov
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue