Skip to content

Commit 00cb2d2

Browse files
committed
Use setup-ruby to ensure Ruby is in the macOS PATH
1 parent 20261d1 commit 00cb2d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autobuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ jobs:
143143
with:
144144
length: 7
145145

146+
- uses: ruby/setup-ruby@v1
147+
with:
148+
ruby-version: '3.2'
149+
146150
- name: Remove pre-existing homebrew packages
147151
run: brew remove --force $(brew list)
148152

0 commit comments

Comments
 (0)