Skip to content

Commit cc50be3

Browse files
committed
add setup ruby to ci
1 parent 890f72f commit cc50be3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
runs-on: macos-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Setup Ruby
17+
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
18+
#with:
19+
#ruby-version: '3.1' # Not needed with a .ruby-version file
1620
- name: Cache Gems
1721
id: cache-gems
1822
uses: actions/cache@v2

0 commit comments

Comments
 (0)