From 722e38257a991ac3175db6be5baa472c780fc557 Mon Sep 17 00:00:00 2001 From: Simon Vareille Date: Mon, 12 Sep 2022 15:39:21 +0200 Subject: [PATCH] [ci] Add libxcb development package with linux --- .github/workflows/build_artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index d130768..0963398 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -23,6 +23,9 @@ jobs: #- uses: rui314/setup-mold@v1 # faster linker # with: # make-default: false + - name: Install libxcb + if: matrix.os == 'ubuntu-latest' + run: sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev - uses: actions/cache@v3 with: path: |