CI workflow
CI / wheels (push) Failing after 1m12s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-17 14:07:03 +02:00
parent 7f006d8c3c
commit e7c9982d6b
+2 -3
View File
@@ -64,7 +64,7 @@ jobs:
- name: Install xwin - name: Install xwin
run: | run: |
source "~/.cargo/env" 2>/dev/null export PATH="~/.cargo/bin:$PATH"
if ! command -v cargo-xwin >/dev/null 2>&1; then if ! command -v cargo-xwin >/dev/null 2>&1; then
cargo install cargo-xwin || pip install cargo-xwin cargo install cargo-xwin || pip install cargo-xwin
cargo xwin cache xwin cargo xwin cache xwin
@@ -82,8 +82,7 @@ jobs:
- name: Build wheels - name: Build wheels
run: | run: |
source "~/.cargo/env" 2>/dev/null export PATH="~/.cargo/bin:~/.osxcross/bin:$PATH"
export PATH="~/.osxcross/bin:$PATH"
maturin sdist --out dist maturin sdist --out dist
rustup default nightly rustup default nightly
rustup target add x86_64-unknown-linux-gnu --toolchain nightly rustup target add x86_64-unknown-linux-gnu --toolchain nightly