From 0b75b1b100d899a3257f6e4a62ac8b5a6b271a2a Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Tue, 7 Jan 2025 03:11:15 +0100 Subject: [PATCH] Fix build --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f924848..e781d5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,10 @@ jobs: - name: Restore NuGet run: dotnet restore ${{env.PROJ_LAUNCHER}} + - name: Install Prospect.Agent dependencies + run: | + vcpkg integrate install + - name: Build Prospect.Agent run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}