CI workflow
CI / wheels (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Successful in 4m29s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-17 13:07:11 +02:00
parent f308b26bd0
commit 4805fdb00f
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
run: |
export CARGO_HOME="${{ runner.temp }}/cargo"
source "$CARGO_HOME/env" 2>/dev/null || true
export PATH={{ runner.temp }}/osxcross/bin${PATH:+:${PATH}}
export PATH="${{ runner.temp }}/osxcross/bin${PATH:+:${PATH}}"
maturin sdist --out dist
rustup default nightly
rustup target add x86_64-unknown-linux-gnu --toolchain nightly