We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1d322 commit b13b8cdCopy full SHA for b13b8cd
1 file changed
.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install EnergyPlus 9.4.0
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
printf "y\n\n" | sh EnergyPlus-9.4.0-998c4b761e-Linux-Ubuntu20.04-x86_64.sh
41
42
- name: Run test
0 commit comments