Skip to content

Commit

Permalink
perl and make
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielfernandes committed Dec 19, 2023
1 parent 7e0ee64 commit e6d7f6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6d7f6c

Please sign in to comment.