Skip to content

Commit

Permalink
add tools to github_path
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia committed Oct 6, 2024
1 parent 78f2b2d commit 3febab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dotnet tool install -g dotnet-sonarscanner -v:m
- name: Add .NET tools to PATH
run: echo "::add-path::$HOME/.dotnet/tools"
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH

- uses: gittools/actions/gitversion/[email protected]
id: gitversion
Expand Down

0 comments on commit 3febab9

Please sign in to comment.