mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Merge pull request #13480 from FranciscoPombal/fix-ci
Fix packages installation on Ubuntu CI
This commit is contained in:
commit
a95c70344d
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user