- workflow updates
This commit is contained in:
@@ -40,6 +40,14 @@ jobs:
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
- name: Install clang
|
||||
run: |
|
||||
if ! command -v clang >/dev/null 2>&1; then
|
||||
sudo apt update
|
||||
sudo apt install -y clang
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
@@ -89,18 +97,18 @@ jobs:
|
||||
rustup target add aarch64-unknown-linux-gnu
|
||||
maturin build --release --out dist --target aarch64-unknown-linux-gnu --zig
|
||||
|
||||
# rustup target add x86_64-pc-windows-msvc
|
||||
# maturin build --release --out dist --target x86_64-pc-windows-msvc
|
||||
# rustup target add aarch64-pc-windows-msvc
|
||||
# maturin build --release --out dist --target aarch64-pc-windows-msvc
|
||||
#
|
||||
# rustup target add x86_64-apple-darwin
|
||||
# maturin build --release --out dist --target x86_64-apple-darwin --zig
|
||||
# rustup target add aarch64-apple-darwin
|
||||
# maturin build --release --out dist --target aarch64-apple-darwin --zig
|
||||
rustup target add x86_64-pc-windows-msvc
|
||||
maturin build --release --out dist --target x86_64-pc-windows-msvc
|
||||
rustup target add aarch64-pc-windows-msvc
|
||||
maturin build --release --out dist --target aarch64-pc-windows-msvc
|
||||
|
||||
rustup target add x86_64-apple-darwin
|
||||
maturin build --release --out dist --target x86_64-apple-darwin --zig
|
||||
rustup target add aarch64-apple-darwin
|
||||
maturin build --release --out dist --target aarch64-apple-darwin --zig
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: wheels*
|
||||
path: dist
|
||||
|
||||
Reference in New Issue
Block a user