Skip to content

Commit

Permalink
cross-compile: pin to Ruby 3.3
Browse files Browse the repository at this point in the history
rake-compiler-dock complains about GLIBC.
  • Loading branch information
stackmystack committed Jan 22, 2025
1 parent b6daed7 commit 944e10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
- name: setup ruby 3.4
- name: setup ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
ruby-version: 3.3 # rake-compiler-dock fails with newer rubies, complaining about GLIBC.
- name: build and install tree-sitter
run: just setup-ts
- name: setup
Expand Down

0 comments on commit 944e10f

Please sign in to comment.