Skip to content

Commit

Permalink
Add pkg-config and libssl-dev installation to CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 30, 2024
1 parent 0f281a0 commit 643e2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4

- run: sudo apt-get install pkg-config libssl-dev

- name: Build parser
run: cargo build --verbose
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- run: sudo apt-get install pkg-config libssl-dev

- name: Install python test dependencies
run: ./scripts/install-deps.sh

Expand Down

0 comments on commit 643e2e1

Please sign in to comment.