Skip to content

Commit

Permalink
Merge pull request #264 from NREL/update_361-1
Browse files Browse the repository at this point in the history
Update 361 1
  • Loading branch information
tijcolem authored Jun 30, 2023
2 parents 4f452b5 + 73507e3 commit d043269
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_pat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
#echo CMAKE_GENERATOR='Visual Studio 16 2019' >> $GITHUB_ENV
#echo CMAKE_GENERATOR_PLATFORM=x64 >> $GITHUB_ENV
# C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
MSVC_DIR=$(cmd.exe /c "vswhere -products * -requires Microsoft.Component.MSBuild -property installationPath -latest")
# Command below no longer working and returning the version number.
# MSVC_DIR=$(cmd.exe /c "vswhere -products * -requires Microsoft.Component.MSBuild -property installationPath -latest")
MSVC_DIR="C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
echo "Latest is: $MSVC_DIR"
echo "MSVC_DIR=$MSVC_DIR" >> $GITHUB_ENV
# add folder containing vcvarsall.bat
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"endpoint": "https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/",
"energyplus": [{
"name": "EnergyPlus-22.2.0-win32.tar.gz",
"name": "EnergyPlus-23.1.0-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-22.2.0-darwin.tar.gz",
"name": "EnergyPlus-23.1.0-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-22.2.0-linux.tar.gz",
"name": "EnergyPlus-23.1.0-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "energyplus"
Expand Down

0 comments on commit d043269

Please sign in to comment.