ci: fix windows job

This commit is contained in:
David Hewitt 2022-02-04 08:53:12 +00:00
parent 199cc989d4
commit 6f16f738f9
1 changed files with 1 additions and 1 deletions

View File

@ -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: