Skip to content

Commit 2b52396

Browse files
committed
build 0.21.4 with armv7
1 parent d8edc5f commit 2b52396

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-tree-sitter-c-armv7.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,9 @@ jobs:
3131
- run: |-
3232
git clone --depth 1 --branch v0.21.4 https://github.com/tree-sitter/tree-sitter-c.git
3333
cd tree-sitter-c
34-
35-
- name: Build wheels
36-
run: |
3734
# Rust directory needs to be included for Linux ARM7
3835
. $HOME/.cargo/env
39-
40-
python build_wheels_from_file.py --requirements tree-sitter-c==0.21.4
36+
python ../build_wheels_from_file.py --requirements tree-sitter-c==0.21.4
4137
4238
- name: Upload artifacts of downloaded_wheels directory
4339
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)