Merge pull request #13480 from FranciscoPombal/fix-ci

Fix packages installation on Ubuntu CI
This commit is contained in:
Vladimir Golovnev 2020-10-09 07:09:29 +03:00 committed by GitHub
commit a95c70344d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \