- workflow updates
This commit is contained in:
@@ -48,6 +48,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
rustup update
|
rustup update
|
||||||
fi
|
fi
|
||||||
|
rustup default stable
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install sccache and maturin
|
- name: Install sccache and maturin
|
||||||
@@ -82,7 +83,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.cargo/bin:$HOME/.osxcross/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$HOME/.osxcross/bin:$PATH"
|
||||||
maturin sdist --out dist
|
maturin sdist --out dist
|
||||||
rustup default stable
|
|
||||||
|
|
||||||
rustup target add x86_64-unknown-linux-gnu
|
rustup target add x86_64-unknown-linux-gnu
|
||||||
maturin build --release --out dist --target x86_64-unknown-linux-gnu
|
maturin build --release --out dist --target x86_64-unknown-linux-gnu
|
||||||
|
|||||||
Reference in New Issue
Block a user