Skip to content

Commit 4bb4fb1

Browse files
committed
trying without the forward compat thing.
1 parent 242597b commit 4bb4fb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_bind.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: sh
7575
run: node --test bindings/node/*_test.js
7676

77-
- name: Generate parser
78-
run: |
79-
tree-sitter generate --abi=${{ matrix.abi_version }}
80-
[[ ! -d node_modules ]] || rm -rf node_modules
77+
# - name: Generate parser
78+
# run: |
79+
# tree-sitter generate --abi=${{ matrix.abi_version }}
80+
# [[ ! -d node_modules ]] || rm -rf node_modules

0 commit comments

Comments
 (0)