Update msbuild.yml

This commit is contained in:
Pax1601 2023-12-13 16:10:21 +01:00 committed by GitHub
parent 3f07271931
commit 7bf232f146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,16 +33,12 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
- name: vcpkg-action
# You may pin to the exact commit or the version.
# uses: johnwason/vcpkg-action@3839b028ca2400865ef5e83a899f336b1b8fd711
uses: johnwason/vcpkg-action@v5
with:
pkgs: geographiclib cpprestsdk
pkgs: geographiclib:x64-windows cpprestsdk:x64-windows
token: ${{ github.token }}
- name: Build