From 5067b8d594ad8e66952efea48b93f3762dea1bf1 Mon Sep 17 00:00:00 2001 From: WardDeb Date: Wed, 22 Jan 2025 11:06:07 +0100 Subject: [PATCH] include apt installs on ubuntu installs --- .github/workflows/maturin_builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maturin_builds.yml b/.github/workflows/maturin_builds.yml index 6937894d03..8e815e11c6 100644 --- a/.github/workflows/maturin_builds.yml +++ b/.github/workflows/maturin_builds.yml @@ -30,6 +30,8 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + - name: Install Build Dependencies + run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev clang - name: Build wheels uses: PyO3/maturin-action@v1 with: