Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 3eb20eb

Browse files
committed
Update build.yml
1 parent eec3791 commit 3eb20eb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build with maturin develop
8787
run: |
88-
uv run maturin develop ${{ matrix.cross == true && '--target aarch64-unknown-linux-gnu' || '' }}
88+
maturin develop ${{ matrix.cross == true && '--target aarch64-unknown-linux-gnu' || '' }}
8989
9090
- name: Build with uv build
9191
run: |

CHANGELOG.MD renamed to CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
+ 完善测试命令组
77
+ 新增 install 命令组
88
+ 将build.py 分解为 build-core.py 和 build.py
9-
+ 若干bug修复
9+
+ 若干bug修复
File renamed without changes.

0 commit comments

Comments
 (0)