Skip to content

Commit c4afdd4

Browse files
committed
fix(CI): test tree-sitter-tact against the same version of the Tact compiler
1 parent afa6baa commit c4afdd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
test-swift: false # default
3737

3838
- name: Check correspondence to Ohm parser
39+
if: ${{ runner.os != 'Windows' }}
3940
run: |
40-
git clone https://github.com/tact-lang/tact.git
41+
git clone https://github.com/tact-lang/tact.git -b "$(jq -r '.version' < package.json)"
4142
npm run parse -- -q tact/src/grammar/test/*.tact

0 commit comments

Comments
 (0)