From 6a8b64208c2ad9133630072595d2d1b54a9f41e9 Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sun, 23 Feb 2025 04:00:08 +0000 Subject: [PATCH] fix --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec43779..35d89bf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + - run: apt-get update && apt-get install -y openssl libssl-dev pkg-config curl - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -36,9 +37,8 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' manylinux: auto - container: ubuntu + container: off working-directory: ./crates/sbv2_bindings - before-script-linux: apt-get update && apt-get install -y openssl libssl-dev pkg-config curl - name: Upload wheels uses: actions/upload-artifact@v4 with: