Skip to content

Fix CI publish: use nuget/setup-nuget action instead of apt-get#513

Merged
dadhi merged 2 commits intomasterfrom
copilot/fix-gh-publish
Apr 13, 2026
Merged

Fix CI publish: use nuget/setup-nuget action instead of apt-get#513
dadhi merged 2 commits intomasterfrom
copilot/fix-gh-publish

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

nuget is no longer available in Ubuntu's apt package repositories, causing the publish workflow to fail at the "Install NuGet CLI" step with exit code 100.

Changes

  • .github/workflows/publish.yml: Replace sudo apt-get install -y nuget with uses: nuget/setup-nuget@v2 — the official, cross-platform GitHub Action for installing the NuGet CLI.

Copilot AI linked an issue Apr 13, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix CI publish failing due to missing nuget package Fix CI publish: use nuget/setup-nuget action instead of apt-get Apr 13, 2026
Copilot AI requested a review from dadhi April 13, 2026 20:07
@dadhi dadhi marked this pull request as ready for review April 13, 2026 20:20
@dadhi dadhi merged commit 4947b43 into master Apr 13, 2026
2 checks passed
@dadhi dadhi deleted the copilot/fix-gh-publish branch April 13, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI publish is still failing

2 participants