From 43d49332e29d4081f887fd80157d676f6f2109b6 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Wed, 4 Dec 2024 17:55:44 +0000 Subject: [PATCH] Added missing dependency. --- .github/workflows/PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 320869dfd..5002f401a 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -11,7 +11,7 @@ jobs: - name: Install clang-tidy run: | sudo apt-get update - sudo apt-get install -y bear clang-tidy libcurl-dev + sudo apt-get install -y bear clang-tidy libcurl4-openssl-dev - name: Fetch libtorrent run: | git clone https://github.com/rakshasa/libtorrent