Browse Source

GHA CI: Add missing dependencies

PR #18596.
adaptive-webui-19844
brvphoenix 2 years ago committed by GitHub
parent
commit
8df80b67f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci_ubuntu.yaml

2
.github/workflows/ci_ubuntu.yaml

@ -33,7 +33,7 @@ jobs: @@ -33,7 +33,7 @@ jobs:
sudo apt update
sudo apt install \
build-essential cmake ninja-build pkg-config \
libboost-dev libssl-dev zlib1g-dev
libboost-dev libssl-dev libxkbcommon-x11-dev zlib1g-dev
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1

Loading…
Cancel
Save