Skip to content

Commit a1a5fd1

Browse files
committed
[x11] Install xcb dependency
1 parent 0ae06aa commit a1a5fd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: ilammy/msvc-dev-cmd@v1
1414
if: runner.os == 'Windows'
15+
- name: Install Dependencies
16+
if: runner.os == 'Linux'
17+
shell: bash
18+
run: |
19+
sudo apt-get update -qq
20+
sudo apt-get install -y libxcb1-dev libpng-dev
1521
- name: Generating Makefiles
1622
shell: bash
1723
run: |

0 commit comments

Comments
 (0)