Skip to content

Commit

Permalink
added pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 6af844e commit 743a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python-version: 3.11
architecture: x64
- name: Install protoc and libssl
run: sudo apt-get install -y protobuf-compiler libssl-dev
run: sudo apt-get install -y protobuf-compiler pkg-config libssl-dev
- name: Build Wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit 743a8c1

Please sign in to comment.