File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 #echo CMAKE_GENERATOR='Visual Studio 16 2019' >> $GITHUB_ENV
7272 #echo CMAKE_GENERATOR_PLATFORM=x64 >> $GITHUB_ENV
7373 # C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
74- MSVC_DIR=$(cmd.exe /c "vswhere -products * -requires Microsoft.Component.MSBuild -property installationPath -latest")
74+ # Command below no longer working and returning the version number.
75+ # MSVC_DIR=$(cmd.exe /c "vswhere -products * -requires Microsoft.Component.MSBuild -property installationPath -latest")
76+ MSVC_DIR="C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
7577 echo "Latest is: $MSVC_DIR"
7678 echo "MSVC_DIR=$MSVC_DIR" >> $GITHUB_ENV
7779 # add folder containing vcvarsall.bat
Original file line number Diff line number Diff line change 11{
22 "endpoint" : " https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/" ,
33 "energyplus" : [{
4- "name" : " EnergyPlus-22.2 .0-win32.tar.gz" ,
4+ "name" : " EnergyPlus-23.1 .0-win32.tar.gz" ,
55 "platform" : " win32" ,
66 "arch" : " x64" ,
77 "type" : " energyplus"
88 }, {
9- "name" : " EnergyPlus-22.2 .0-darwin.tar.gz" ,
9+ "name" : " EnergyPlus-23.1 .0-darwin.tar.gz" ,
1010 "platform" : " darwin" ,
1111 "arch" : " x64" ,
1212 "type" : " energyplus"
1313 }, {
14- "name" : " EnergyPlus-22.2 .0-linux.tar.gz" ,
14+ "name" : " EnergyPlus-23.1 .0-linux.tar.gz" ,
1515 "platform" : " linux" ,
1616 "arch" : " x64" ,
1717 "type" : " energyplus"
You can’t perform that action at this time.
0 commit comments