Skip to content

Commit a145671

Browse files
committed
Testing now
1 parent 207d7a6 commit a145671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ 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 pkgconf libssl-dev openssl
41+
run: sudo apt-get update && sudo apt-get install -y pkgconf libssl-dev openssl openssl-dev openssl-devel
4242
- name: Set PKG_CONFIG_PATH
4343
run: |
4444
echo "PKG_CONFIG_PATH=$(pkg-config --variable pc_path pkg-config)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)