Skip to content

Commit 53609f8

Browse files
authored
Ruby setup for prerlease perf test (#9796)
1 parent 9679718 commit 53609f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,9 @@ jobs:
553553
runs-on: macos-12
554554
steps:
555555
- uses: actions/checkout@v2
556+
- uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
557+
with:
558+
ruby-version: '2.7'
556559
- name: Get token
557560
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/bot-access.txt.gpg \
558561
bot-access.txt "$bot_token_secret"

0 commit comments

Comments
 (0)