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