Skip to content

Commit

Permalink
[x11] Install xcb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jan 26, 2025
1 parent 0ae06aa commit a1a5fd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
if: runner.os == 'Windows'
- name: Install Dependencies
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get install -y libxcb1-dev libpng-dev
- name: Generating Makefiles
shell: bash
run: |
Expand Down

0 comments on commit a1a5fd1

Please sign in to comment.