Install ruby
Some checks failed
Linting / lint (pull_request) Failing after 7s
Linting / build (pull_request) Successful in 34s

This commit is contained in:
Andrew Tomaka 2024-07-12 21:12:15 -04:00
parent 74c9adaa82
commit 0c064fcbfb
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -15,6 +15,9 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
- run: | - run: |
gem install bundler gem install bundler
bundle install bundle install