From b55c439af6adbbdbedfe145ea0ede480b54ba438 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 3 Oct 2024 17:47:19 -0400 Subject: [PATCH] remove openssl --- .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 1997745..0847cf0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,7 +47,7 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' manylinux: auto - before-script-linux: (apt-get update && apt-get install -y openssl libssl-dev pkg-config) || (yum install openssl openssl-devel -y) + before-script-linux: (apt-get update && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y) - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -79,7 +79,7 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' manylinux: musllinux_1_2 - before-script-linux: (apt-get update && apt-get install -y openssl libssl-dev pkg-config) || (yum install openssl openssl-devel -y) + before-script-linux: (apt-get update && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y) - name: Upload wheels uses: actions/upload-artifact@v4 with: