Fix build

This commit is contained in:
AeonLucid
2025-01-07 03:11:15 +01:00
parent 9560417268
commit 0b75b1b100
+4
View File
@@ -29,6 +29,10 @@ jobs:
- name: Restore NuGet - name: Restore NuGet
run: dotnet restore ${{env.PROJ_LAUNCHER}} run: dotnet restore ${{env.PROJ_LAUNCHER}}
- name: Install Prospect.Agent dependencies
run: |
vcpkg integrate install
- name: Build Prospect.Agent - name: Build Prospect.Agent
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}} run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}