mirror of https://github.com/OpenVPN/openvpn-gui
msvc: update to Visual Studio 2022
Signed-off-by: Lev Stipakov <lev@openvpn.net>pull/570/head
parent
061e653a19
commit
78bdc6ff4f
|
@ -21,7 +21,7 @@ jobs:
|
|||
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
|
||||
|
||||
name: 'msvc - ${{matrix.arch}} - ${{ matrix.ossl }}${{ matrix.ovpn3.name }}'
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: lukka/get-cmake@latest
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"name": "base",
|
||||
"hidden": true,
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
"generator": "Visual Studio 16 2019",
|
||||
"generator": "Visual Studio 17 2022",
|
||||
"cacheVariables": {
|
||||
"CMAKE_TOOLCHAIN_FILE": {
|
||||
"value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
||||
|
|
Loading…
Reference in New Issue