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 b6daed7 commit 944e10fCopy full SHA for 944e10f
.github/workflows/cross-compile.yml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- uses: extractions/setup-just@v1
15
- - name: setup ruby 3.4
+ - name: setup ruby 3.3
16
uses: ruby/setup-ruby@v1
17
with:
18
- ruby-version: 3.4
+ ruby-version: 3.3 # rake-compiler-dock fails with newer rubies, complaining about GLIBC.
19
- name: build and install tree-sitter
20
run: just setup-ts
21
- name: setup
0 commit comments