From d7d4a228abb0fe3f863bdc0bdabb4a4cde95a13d Mon Sep 17 00:00:00 2001 From: Justin Guo Date: Mon, 9 Dec 2024 13:58:42 -0500 Subject: [PATCH] Add `libminizip1` --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 874fa74..3670234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: cd ../ python3 -m pip install https://github.com/ompl/ompl/releases/download/prerelease/ompl-1.6.0-cp310-cp310-manylinux_2_28_x86_64.whl + sudo apt-get install libminizip1 - name: Run unit tests run: |