From ac899c7ff1a402bce29348518bfe477b0ff5f241 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 3 Oct 2024 16:23:35 -0400 Subject: [PATCH] add pkg config --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b091e04..43c8e33 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install OpenSSL - run: sudo apt-get update && sudo apt-get install -y libssl-dev + run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config - uses: actions/setup-python@v5 with: python-version: 3.x @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install OpenSSL - run: sudo apt-get update && sudo apt-get install -y libssl-dev + run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config - uses: actions/setup-python@v5 with: python-version: 3.x