From f33791cf679b5c14a514969e3acbd1e7d0b646e1 Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sun, 23 Feb 2025 03:56:22 +0000 Subject: [PATCH] fix --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a071c0f..ec43779 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: manylinux: auto container: ubuntu working-directory: ./crates/sbv2_bindings - before-script-linux: apt-get update && apt-get install -y openssl libssl-dev pkg-config + 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: