diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -45,6 +45,9 @@ 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