We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8edc5f commit 2b52396Copy full SHA for 2b52396
.github/workflows/build-tree-sitter-c-armv7.yml
@@ -31,13 +31,9 @@ jobs:
31
- run: |-
32
git clone --depth 1 --branch v0.21.4 https://github.com/tree-sitter/tree-sitter-c.git
33
cd tree-sitter-c
34
-
35
- - name: Build wheels
36
- run: |
37
# Rust directory needs to be included for Linux ARM7
38
. $HOME/.cargo/env
39
40
- python build_wheels_from_file.py --requirements tree-sitter-c==0.21.4
+ python ../build_wheels_from_file.py --requirements tree-sitter-c==0.21.4
41
42
- name: Upload artifacts of downloaded_wheels directory
43
uses: actions/upload-artifact@v4
0 commit comments