Skip to content

Commit

Permalink
Install MSBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 13, 2024
1 parent a5fbaa9 commit 5602950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
submodules: true

- name: "(vcpkg only) Install MSBuild"
uses: microsoft/setup-msbuild@v1
if: ${{ matrix.package_manager == 'vcpkg' }}

- name: "(vcpkg only) Restore any cached ports"
uses: lukka/run-vcpkg@v11
if: ${{ matrix.package_manager == 'vcpkg' }}
Expand Down

0 comments on commit 5602950

Please sign in to comment.