Install ruby
This commit is contained in:
parent
74c9adaa82
commit
0c064fcbfb
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.2
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
|
|
Loading…
Reference in a new issue