Skip to content

Commit b097667

Browse files
committed
[ci] Explicitly install ruby 2.7
This accounts for the gh-action image update to ubuntu 22.04, which contains ruby 3 by default.
1 parent 0741e7c commit b097667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
3232
restore-keys: |
3333
${{ runner.os }}-
34+
- name: Set up Ruby 2.7
35+
uses: ruby/setup-ruby@v1
36+
with:
37+
ruby-version: 2.7
3438
- name: Setup Environment
3539
shell: bash
3640
run: |

0 commit comments

Comments
 (0)