CI workflow
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user