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
 | 
					      VCPKG_ROOT: ${{ github.workspace }}/vcpkg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    name: 'msvc - ${{matrix.arch}} - ${{ matrix.ossl }}${{ matrix.ovpn3.name }}'
 | 
					    name: 'msvc - ${{matrix.arch}} - ${{ matrix.ossl }}${{ matrix.ovpn3.name }}'
 | 
				
			||||||
    runs-on: windows-2019
 | 
					    runs-on: windows-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
    - uses: lukka/get-cmake@latest
 | 
					    - uses: lukka/get-cmake@latest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
            "name": "base",
 | 
					            "name": "base",
 | 
				
			||||||
            "hidden": true,
 | 
					            "hidden": true,
 | 
				
			||||||
            "binaryDir": "${sourceDir}/out/build/${presetName}",
 | 
					            "binaryDir": "${sourceDir}/out/build/${presetName}",
 | 
				
			||||||
            "generator": "Visual Studio 16 2019",
 | 
					            "generator": "Visual Studio 17 2022",
 | 
				
			||||||
            "cacheVariables": {
 | 
					            "cacheVariables": {
 | 
				
			||||||
                "CMAKE_TOOLCHAIN_FILE": {
 | 
					                "CMAKE_TOOLCHAIN_FILE": {
 | 
				
			||||||
                    "value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
 | 
					                    "value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue