Skip to content

Commit ec29e25

Browse files
committed
Update build.yml
1 parent 4163b3d commit ec29e25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,14 @@ jobs:
8484
uv sync --dev
8585
8686
- name: Build with maturin develop
87+
working-directory: ${{ github.workspace }}
8788
run: |
88-
maturin develop ${{ matrix.cross == true && '--target aarch64-unknown-linux-gnu' || '' }}
89+
maturin develop
8990
9091
- name: Build with uv build
92+
working-directory: ${{ github.workspace }}
9193
run: |
92-
uv build ${{ matrix.cross == true && '--target aarch64-unknown-linux-gnu' || '' }}
94+
uv build
9395
9496
- name: Upload build artifacts
9597
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)