mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Merge pull request #13480 from FranciscoPombal/fix-ci
Fix packages installation on Ubuntu CI
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -42,6 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: install all build dependencies except libtorrent from Ubuntu repos
|
- name: install all build dependencies except libtorrent from Ubuntu repos
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install \
|
sudo apt install \
|
||||||
build-essential cmake git ninja-build pkg-config \
|
build-essential cmake git ninja-build pkg-config \
|
||||||
libssl-dev libgeoip-dev zlib1g-dev \
|
libssl-dev libgeoip-dev zlib1g-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user