From c3eb63180ac0cca1a3860aac16ec1ab3c0f79a6f Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 16 Jul 2024 11:21:10 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abd8c9f..23f10b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,9 +26,7 @@ jobs: steps: - if: startsWith(matrix.os, 'ubuntu') - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: libssl-dev + run: sudo apt install -y libssl-dev - uses: actions/checkout@v2 with: