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