Skip to content

Commit

Permalink
Added missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Dec 4, 2024
1 parent dc8f58c commit 43d4933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43d4933

Please sign in to comment.