Skip to content

Commit 99981dc

Browse files
committed
ci: add checksums
1 parent b7ea943 commit 99981dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-to-tree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
if: contains(github.event.head_commit.message, 'NO_GH_CI') == false
77
runs-on: windows-2025
88
steps:
9-
- run: brew install coreutils
109
- uses: actions/checkout@v4
1110
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter
1211
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter-c
@@ -60,6 +59,7 @@ jobs:
6059
if: contains(github.event.head_commit.message, 'NO_GH_CI') == false
6160
runs-on: macos-13
6261
steps:
62+
- run: brew install coreutils
6363
- uses: actions/checkout@v4
6464
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter
6565
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter-c

0 commit comments

Comments
 (0)