Skip to content

Commit 0b75b1b

Browse files
committed
Fix build
1 parent 9560417 commit 0b75b1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Restore NuGet
3030
run: dotnet restore ${{env.PROJ_LAUNCHER}}
3131

32+
- name: Install Prospect.Agent dependencies
33+
run: |
34+
vcpkg integrate install
35+
3236
- name: Build Prospect.Agent
3337
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}
3438

0 commit comments

Comments
 (0)