From e6d7f6c57aacfaec697a6b65ae2f29917ae8f45b Mon Sep 17 00:00:00 2001 From: nathanielfernandes Date: Mon, 18 Dec 2023 20:55:49 -0500 Subject: [PATCH] perl and make --- .github/workflows/CI.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 458b115..6406716 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,8 +19,11 @@ jobs: with: submodules: recursive - - name: openssl - run: sudo apt-get install pkg-config libssl-dev + - name: Install Perl + run: sudo apt-get install perl + + - name: Install Make + run: sudo apt-get install make - name: Maturin Build uses: PyO3/maturin-action@v1