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 b7ea943 commit 99981dcCopy full SHA for 99981dc
.github/workflows/code-to-tree.yml
@@ -6,7 +6,6 @@ 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
@@ -60,6 +59,7 @@ jobs:
60
59
61
runs-on: macos-13
62
+ - run: brew install coreutils
63
64
65
0 commit comments