Skip to content

Commit

Permalink
Use VS 2016 as a temp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Jun 4, 2021
1 parent 7b9e9f0 commit 424eda1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ jobs:

windows:
name: Windows
runs-on: windows-latest
runs-on: windows-2016
env:
platform: x64
VCPKG_DEFAULT_TRIPLET: x64-windows
GENERATOR: "Visual Studio 16 2019"
GENERATOR: "Visual Studio 15 2017"
ARCH: "x64"
PMDK_VERSION: "1.9"
CMAKE_TOOLCHAIN_FILE: "C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
CMAKE_INSTALL_PREFIX: "C:\\install\\libpmemobj-cpp"
MSBUILD: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\MSBuild\\Current\\Bin"
MSBUILD: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\MSBuild\\Current\\Bin"
strategy:
matrix:
BUILD_TYPE: [Debug, Release]
Expand Down

0 comments on commit 424eda1

Please sign in to comment.