Skip to content

Commit 37b9fc3

Browse files
committed
Enable Ruby runtime
1 parent ad01502 commit 37b9fc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-services.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
"containerd-snapshotter": true
5555
}
5656
}
57+
- name: Set up Ruby
58+
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
59+
with:
60+
ruby-version: '3.4'
5761
- name: Checkout
5862
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5963
with:

0 commit comments

Comments
 (0)