Skip to content

Commit 8c0e21e

Browse files
Copilotdadhi
andauthored
Fix CI publish: replace apt-get nuget install with nuget/setup-nuget@v2 action
Agent-Logs-Url: https://github.com/dadhi/FastExpressionCompiler/sessions/d59ede86-adcb-458e-a2f2-0bc0ad41a8c4 Co-authored-by: dadhi <39516+dadhi@users.noreply.github.com>
1 parent 6257e37 commit 8c0e21e

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)