Skip to content

Commit

Permalink
ruby-master needs a BASERUBY >= 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 17, 2024
1 parent 1675223 commit b0bf59a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
# Check
- name: BASERUBY version
run: ruby --version
- name: Setup BASERUBY
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2

# ENABLE_PATH_CHECK=0: https://github.com/actions/virtual-environments/issues/267
- name: Set configure flags (head)
Expand Down

0 comments on commit b0bf59a

Please sign in to comment.