Skip to content

Commit 4947b43

Browse files
authored
Merge pull request #513 from dadhi/copilot/fix-gh-publish
Fix CI publish: use nuget/setup-nuget action instead of apt-get
2 parents 9dea3a1 + 8c0e21e commit 4947b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# The classic NuGet CLI is required because .nuspec files are not supported by `dotnet pack`.
4343
- name: Install NuGet CLI
44-
run: sudo apt-get install -y nuget
44+
uses: nuget/setup-nuget@v2
4545

4646
- name: Build
4747
run: dotnet build -c:Release

0 commit comments

Comments
 (0)