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 3d88987 commit 465bc12Copy full SHA for 465bc12
.github/workflows/test-suite.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Install tree-sitter CLI
34
run: |
35
sudo apt-get install libc6-dev
36
+ sudo apt-get install gcc-multilib
37
curl -LO https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-linux-x86.gz
38
gunzip tree-sitter-linux-x86.gz
39
chmod +x tree-sitter-linux-x86
0 commit comments