mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
fix
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
manylinux: auto
|
manylinux: auto
|
||||||
container: ghcr.io/pyo3/maturin
|
container: ghcr.io/pyo3/maturin
|
||||||
working-directory: ./crates/sbv2_bindings
|
working-directory: ./crates/sbv2_bindings
|
||||||
|
before-script-linux: command -v yum >/dev/null 2>&1 && { yum -y install openssl openssl-devel pkgconfig; } || { command -v apt-get >/dev/null 2>&1 && { apt-get update && apt-get install -y openssl libssl-dev pkg-config; } || { command -v apk >/dev/null 2>&1 && { apk add --no-cache openssl openssl-dev pkgconfig; } || { command -v pacman >/dev/null 2>&1 && { pacman -Sy --noconfirm openssl pkg-config; } || { command -v zypper >/dev/null 2>&1 && { zypper --non-interactive install openssl openssl-devel pkg-config; } || { echo "No supported package manager found"; exit 1; } } } } }
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user