Skip to content

Commit

Permalink
dotnet tool install
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Aug 17, 2024
1 parent 50d0c8b commit 6ba8fef
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 @@ -69,7 +69,7 @@ jobs:
path: ${{ env.NuGetDirectory }}

- name: Install nuget validator
run: dotnet tool update Meziantou.Framework.NuGetPackageValidation.Tool --global
run: dotnet tool install Meziantou.Framework.NuGetPackageValidation.Tool --global

# Validate metadata and content of the NuGet package
# https://www.nuget.org/packages/Meziantou.Framework.NuGetPackageValidation.Tool#readme-body-tab
Expand Down

0 comments on commit 6ba8fef

Please sign in to comment.