Skip to content

Commit d043269

Browse files
authored
Merge pull request #264 from NREL/update_361-1
Update 361 1
2 parents 4f452b5 + 73507e3 commit d043269

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build_pat.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
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

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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"

0 commit comments

Comments
 (0)