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 2a62671 commit b7ea943Copy full SHA for b7ea943
.github/workflows/code-to-tree.yml
@@ -6,6 +6,7 @@ jobs:
6
if: contains(github.event.head_commit.message, 'NO_GH_CI') == false
7
runs-on: windows-2025
8
steps:
9
+ - run: brew install coreutils
10
- uses: actions/checkout@v4
11
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter
12
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter-c
0 commit comments