Skip to content

Commit 1e32af0

Browse files
committed
untar the new file name
1 parent a69c14a commit 1e32af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/github-actions/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ else
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"
@@ -123,7 +123,7 @@ else
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

0 commit comments

Comments
 (0)