Skip to content

Commit

Permalink
add setup ruby to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 28, 2023
1 parent 890f72f commit cc50be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
#with:
#ruby-version: '3.1' # Not needed with a .ruby-version file
- name: Cache Gems
id: cache-gems
uses: actions/cache@v2
Expand Down

0 comments on commit cc50be3

Please sign in to comment.