Skip to content

Commit

Permalink
try ruby/setup-ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed May 8, 2024
1 parent 1f99f17 commit f519aa4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/openstudio-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@ jobs:
name: Check out repository
uses: actions/checkout@v4
-
name: Install RVM and Ruby
run: |
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 3.2
rvm use 3.2 --default
ruby -v
name: Install Ruby
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
-
name: Display system info
run: |
Expand Down

0 comments on commit f519aa4

Please sign in to comment.