File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 113113 # see https://github.com/NREL/OpenStudio-PAT/wiki/Pat-Build-Notes
114114 # curl -SLO --insecure https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/ruby-3.2.2-linux.tar.gz
115115 curl -SLO --insecure https://openstudio-resources.s3.us-east-1.amazonaws.com/pat-dependencies3/ruby-3.2.2-ubuntu24.04-x86_64.tar.gz
116- tar xvzf ruby-3.2.2-linux. tar.gz
116+ tar xvzf ruby-3.2.2-ubuntu24.04-x86_64. tar.gz
117117 exit_status_tar=$?
118118 if [ $exit_status_tar -ne 0 ]; then
119119 echo " Error: Failed to extract Ruby 3.2.2 archive"
123123 sudo rm -rf /usr/local/ruby
124124 sudo mv ruby /usr/local/
125125 ldd /usr/local/ruby/bin/ruby
126- rm ruby-3.2.2-linux. tar.gz
126+ rm ruby-3.2.2-ubuntu24.04-x86_64. tar.gz
127127
128128 mkdir -p reports/rspec
129129 sudo ./ci/github-actions/install_openstudio.sh $OPENSTUDIO_VERSION $OPENSTUDIO_VERSION_SHA $OPENSTUDIO_VERSION_EXT
You can’t perform that action at this time.
0 commit comments