Skip to content

Commit 210e0fa

Browse files
authored
build: Linux runner is missing X11 (#33)
Try to fix by installing libx11-dev Signed-off-by: Open592 Developer <uss@open592.com>
1 parent 7b06635 commit 210e0fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- uses: KyleMayes/install-llvm-action@v1
2828
with:
2929
version: 15
30+
- name: Install X11 dependency
31+
run: |
32+
sudo apt install -y libx11-dev
3033
- name: Build browsercontrol library
3134
run: |
3235
mkdir build

0 commit comments

Comments
 (0)