Skip to content

Commit

Permalink
Use nuget restore instead of nuget update
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramMax committed Oct 30, 2024
1 parent f3cf3f1 commit 0a5831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: microsoft/[email protected]

- name: Update NuGet packages
run: nuget update .\Projects\VisualStudio\maxGUI.sln
run: nuget restore .\Projects\VisualStudio\maxGUI.sln

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 0a5831a

Please sign in to comment.