File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - uses : lukka/get-cmake@latest
5050
51+ # Setup MSVC command prompt environment vars.
52+ # We must do this before sedtting up our local vcpkg,
53+ # Because it will set VCPKG_ROOT to point to some global
54+ # install of vcpkg, and we don't want that
55+ - uses : ilammy/msvc-dev-cmd@v1
56+
5157 - name : Setup local vcpkg
5258 run : |
5359 git clone https://github.com/microsoft/vcpkg.git "${{ env.VCPKG_ROOT }}"
6268 run : git config --global --add safe.directory '*'
6369 shell : cmd
6470
65- # Setup MSVC command prompt environment vars.
66- # We must do this before sedtting up our local vcpkg,
67- # Because it will set VCPKG_ROOT to point to some global
68- # install of vcpkg, and we don't want that
69- - uses : ilammy/msvc-dev-cmd@v1
70-
7171 - name : vcpkg check / install dependencies
7272 working-directory : ' ${{ github.workspace }}'
7373 run : ' "${{env.VCPKG_ROOT}}\vcpkg" install --triplet=x64-windows'
You can’t perform that action at this time.
0 commit comments