Skip to content

Commit fb412ab

Browse files
authored
Update main.yml #BUILD
1 parent 537fbc8 commit fb412ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
Install-Module 7Zip4PowerShell -Force -Verbose
3636
- uses: actions/checkout@v2
3737

38+
- name: Restore NuGet packages
39+
run: nuget restore PointCloudConverter.sln
40+
3841
- name: Build Binary
3942
shell: cmd
4043
run: call .\Build.cmd

0 commit comments

Comments
 (0)