Skip to content

Commit

Permalink
added libxcb shape
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Mar 15, 2024
1 parent e8d65a0 commit cbc3d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Install linux dependencies
run: sudo apt-get install fuse libfuse2 libopengl0 libegl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0
run: sudo apt-get install fuse libfuse2 libopengl0 libegl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit cbc3d5f

Please sign in to comment.