Skip to content

Commit 9fed7a4

Browse files
committed
fix
1 parent 11a1f45 commit 9fed7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
tree-sitter-ref: "v0.25.3"
3232

3333
- name: Check the ABI version
34+
if: ${{ runner.os != 'Windows' }}
3435
run: |
3536
have_it=$(grep "^#define LANGUAGE_VERSION $TREE_SITTER_ABI_VERSION\s*$" src/parser.c -c)
3637
test "$have_it" -eq 1

0 commit comments

Comments
 (0)