Skip to content

Commit 207d7a6

Browse files
committed
Wouldnt work
1 parent c5578f8 commit 207d7a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/workflows/CI.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Install OpenSSL development packages
41-
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev openssl
41+
run: sudo apt-get update && sudo apt-get install -y pkgconf libssl-dev openssl
42+
- name: Set PKG_CONFIG_PATH
43+
run: |
44+
echo "PKG_CONFIG_PATH=$(pkg-config --variable pc_path pkg-config)" >> $GITHUB_ENV
45+
- name: Set OPENSSL_DIR
46+
run: echo "OPENSSL_DIR=/usr" >> $GITHUB_ENV
4247
- uses: actions/setup-python@v5
4348
with:
4449
python-version: 3.x

0 commit comments

Comments
 (0)