Skip to content

Commit 9da5e5c

Browse files
committed
Make sure libx11-dev is installed in the Ubuntu GitHub CI build.
1 parent d10faee commit 9da5e5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- name: Get cmake and ninja
4444
uses: lukka/get-cmake@latest
4545

46+
- name: Install packages
47+
if: runner.os == 'Linux'
48+
run: apt update && apt install -y libx11-dev
49+
4650
- name: Fetch repo
4751
uses: actions/checkout@v4
4852
with:

0 commit comments

Comments
 (0)