We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1c3fb commit 3c4fdc3Copy full SHA for 3c4fdc3
1 file changed
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
curl -L https://github.com/NREL/EnergyPlus/releases/download/v9.4.0/EnergyPlus-9.4.0-998c4b761e-Linux-Ubuntu20.04-x86_64.sh -O
39
chmod +x EnergyPlus-9.4.0-998c4b761e-Linux-Ubuntu20.04-x86_64.sh
40
- mkdir /usr/local/EnergyPlus-9-4-0
+ sudo mkdir /usr/local/EnergyPlus-9-4-0
41
printf "y\n/usr/local/EnergyPlus-9-4-0\n\n" | ./EnergyPlus-9.4.0-998c4b761e-Linux-Ubuntu20.04-x86_64.sh
42
43
- name: Run test
0 commit comments