From 0454a88077ce1746d26fcc35b48e620035b1424d Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 16 Jul 2024 12:41:11 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23f10b6..ab932c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - if: startsWith(matrix.os, 'ubuntu') - run: sudo apt install -y libssl-dev + run: sudo apt install -y libssl-dev pkg-config - uses: actions/checkout@v2 with: