Skip to content

Commit 03eb7d5

Browse files
committed
feat: install x11 before build on linux
1 parent 00e3899 commit 03eb7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-linux-x86_64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
path: ${{github.workspace}}/dep
4343
key: ${{ runner.os }}-dep-cef
4444

45+
- name: Install x11
46+
run: sudo apt-get install -y libx11-dev
47+
4548
- name: Configure CMake
4649
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
4750
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)