Skip to content

Commit 340adb9

Browse files
committed
Fix packages.config path
1 parent 987fe64 commit 340adb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: microsoft/[email protected]
2727

2828
- name: Update NuGet packages
29-
run: nuget update
29+
run: nuget update .\Projects\VisualStudio\maxGUI\packages.config
3030

3131
- name: Build
3232
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)