Browse Source

Merge pull request #13480 from FranciscoPombal/fix-ci

Fix packages installation on Ubuntu CI
adaptive-webui-19844
Vladimir Golovnev 4 years ago committed by GitHub
parent
commit
a95c70344d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/ci.yaml

1
.github/workflows/ci.yaml

@ -42,6 +42,7 @@ jobs: @@ -42,6 +42,7 @@ jobs:
- name: install all build dependencies except libtorrent from Ubuntu repos
run: |
sudo apt update
sudo apt install \
build-essential cmake git ninja-build pkg-config \
libssl-dev libgeoip-dev zlib1g-dev \

Loading…
Cancel
Save