Skip to content

Commit

Permalink
refactor: Update vcpkg installation step in build-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jul 11, 2024
1 parent 8775fa0 commit c862c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ jobs:
run: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
# run bootstrap-vcpkg.bat
.\bootstrap-vcpkg.bat
# Configure the VCPKG_ROOT and PATH environment variables
Add-Content $env:GITHUB_ENV "VCPKG_ROOT=${{ github.workspace }}/vcpkg"
Add-Content $env:GITHUB_PATH "${{ github.workspace }}/vcpkg"
Expand Down

0 comments on commit c862c4b

Please sign in to comment.