Skip to content

Commit

Permalink
👷 Another reportgenerator path fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 13, 2024
1 parent 667f32e commit fe3fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
mkdir --parents $HOME/.dotnet/tools
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
sudo dotnet tool install --global dotnet-reportgenerator-globaltool
dotnet tool install --global dotnet-reportgenerator-globaltool
# Run Tests
- name: Run All Self Tests
Expand Down

0 comments on commit fe3fb78

Please sign in to comment.