Skip to content

Commit

Permalink
[ci] Add libxcb development package with linux
Browse files Browse the repository at this point in the history
  • Loading branch information
svareille committed Sep 12, 2022
1 parent 09f8f39 commit 722e382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 722e382

Please sign in to comment.