We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e3899 commit 03eb7d5Copy full SHA for 03eb7d5
.github/workflows/build-linux-x86_64.yml
@@ -42,6 +42,9 @@ jobs:
42
path: ${{github.workspace}}/dep
43
key: ${{ runner.os }}-dep-cef
44
45
+ - name: Install x11
46
+ run: sudo apt-get install -y libx11-dev
47
+
48
- name: Configure CMake
49
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
50
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments