Skip to content

Commit

Permalink
Install libgl1-mesa-dev in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 5, 2024
1 parent 5fa2d64 commit c39d50a
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 '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev mesa-common-dev
run: sudo apt-get install -y autoconf-archive nasm '^libxcb.*-dev' libx11-xcb-dev libgl1-mesa-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev mesa-common-dev

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

0 comments on commit c39d50a

Please sign in to comment.