Skip to content

Commit

Permalink
feat: install x11 before build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jan 15, 2025
1 parent 00e3899 commit 03eb7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
path: ${{github.workspace}}/dep
key: ${{ runner.os }}-dep-cef

- name: Install x11
run: sudo apt-get install -y libx11-dev

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit 03eb7d5

Please sign in to comment.