Skip to content

Commit 167eb28

Browse files
committed
Enable Ruby runtime
1 parent ad01502 commit 167eb28

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: actions/setup-ruby@v1
59+
with:
60+
ruby-version: '3.4'
5761
- name: Checkout
5862
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5963
with:

0 commit comments

Comments
 (0)