Skip to content

Commit

Permalink
Install X11 libraries for Linux as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 5, 2024
1 parent 553eaba commit a5c6cde
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 @@ -91,7 +91,7 @@ jobs:
- name: "[Linux] Bootstrap vcpkg"
if: runner.os == 'Linux'
run: sudo apt-get install -y autoconf-archive nasm
run: sudo apt-get install -y autoconf-archive nasm '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev

- name: Check available disk space
run: ${{ matrix.check_disk_space }}
Expand Down

0 comments on commit a5c6cde

Please sign in to comment.