We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675223 commit b0bf59aCopy full SHA for b0bf59a
.github/workflows/build.yml
@@ -113,8 +113,10 @@ jobs:
113
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
114
115
# Check
116
- - name: BASERUBY version
117
- run: ruby --version
+ - name: Setup BASERUBY
+ uses: ruby/setup-ruby@v1
118
+ with:
119
+ ruby-version: 3.2
120
121
# ENABLE_PATH_CHECK=0: https://github.com/actions/virtual-environments/issues/267
122
- name: Set configure flags (head)
0 commit comments