From ba7d88ff20a4b6013ff0a20fdc869f32ffc37b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 30 Oct 2023 14:59:20 +0100 Subject: [PATCH] trying within the maturin action --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3c956c6..fedd1c4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -114,6 +114,7 @@ jobs: else # If we're running on debian-based system. apt update -y && apt-get install -y libssl-dev openssl pkg-config + fi rust-toolchain: nightly-2023-10-24 target: ${{ matrix.target }} manylinux: auto