Skip to content

Commit

Permalink
Unset VCPKG_ROOT during build
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 2, 2022
1 parent b40229d commit c9dd9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
GITHUB_TOKEN_READONLY: ${{ secrets.GITHUBTOKENREADONLY }}
GITHUB_RUN_NAME: ${{ matrix.name }}
run: |
$env:VCPKG_ROOT=''
$BUILD_ROOT='C:\'
$MSYS2_ROOT=(msys2 -c 'cygpath -w /')
python -u autobuild.py build ${{ matrix.build-args }} "$MSYS2_ROOT" "$BUILD_ROOT"

0 comments on commit c9dd9af

Please sign in to comment.