Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ci: install coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 26, 2023
1 parent 4c7eacb commit 7a482a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: dotnet tool install -g nbgv
if: ${{ matrix.os == 'macos-latest' }}

- name: Install .Net Coverage
run: dotnet tool install -g dotnet-coverage

- name: Set Windows Feature
shell: pwsh
run: Add-Content -Path $env:GITHUB_ENV -Value "rust_features=--features windows"
Expand Down

0 comments on commit 7a482a6

Please sign in to comment.