Skip to content

Commit

Permalink
fix nuget restore path
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored Jun 5, 2024
1 parent acde13a commit 5102746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildForWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Restore Nuget
run: |
cd ${{ env.PATH_TO_PROJECTS }}\Asv.Drones.Gui.Desktop
cd src
nuget restore
- name: Restore workloads
Expand Down

0 comments on commit 5102746

Please sign in to comment.