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 f1f4f8b commit 634812cCopy full SHA for 634812c
.github/workflows/test-suite.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Set up tree-sitter CLI (Linux)
61
if: runner.os == 'Linux'
62
run: |
63
+ sudo apt-get update
64
sudo apt-get install libc6-dev
65
sudo apt-get install gcc-multilib
66
curl -LO https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-linux-x86.gz
0 commit comments