From 806a0aaed33b3bb6c11cdf53854fdff5d53ef00e Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Fri, 31 Dec 2021 18:43:14 +0100 Subject: [PATCH] Install linux dependencies in pipeline --- .github/workflows/CICD.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 3a4d9ed..eff21bb 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -45,6 +45,9 @@ jobs: default: true override: true + - name: Dependencies + run: apt-get install -y libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev + - name: Build run: cargo build --all --release && strip target/release/linon -- 2.51.2