Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom authored Mar 22, 2024
1 parent ac48103 commit 8198a9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ jobs:
run: choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"'

- name: Install vcpkg
run: choco install --pre vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
working-directory: ${{ github.workspace }}


- name: Set VCPKG_ROOT environment variable
run: echo "VCPKG_ROOT=$(vcpkg root)" >> $GITHUB_ENV
Expand Down

0 comments on commit 8198a9b

Please sign in to comment.