From 805698e35a3972835ab52d672c03f6a69816b6aa Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 8 Oct 2024 18:12:30 +0200 Subject: [PATCH] Fix CI.yml --- .github/workflows/CI.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a4c4c30..0b518f7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,6 +41,12 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + + - name: Install openssl + run: | + sudo apt-get update + sudo apt-get install --yes --no-install-recommends libssl-dev + - name: Build wheels uses: PyO3/maturin-action@v1 with: