Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsa authored Aug 27, 2024
1 parent 2c2a5d1 commit 0e84387
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive' # Checkout vcpkg submodule

- name: Setup vcpkg
run: |
cd vcpkg
.\bootstrap-vcpkg.bat # For Windows
- name: Install vcpkg dependencies
run: |
./vcpkg/vcpkg install # This will read from vcpkg.json
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
Expand Down

0 comments on commit 0e84387

Please sign in to comment.