Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 21, 2023
1 parent dad48e3 commit 4167d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install coverlet globally
run: dotnet tool install --global coverlet.console

- name: Add global tools to PATH
run: echo "::add-path::$(dotnet --tool-path)"
- name: Store global tools in PATH
run: echo "export PATH=\"$PATH:$(dotnet --tool-path)\"" >> $GITHUB_ENV

- name: Build
run: dotnet build
Expand Down

0 comments on commit 4167d8e

Please sign in to comment.