We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779c038 commit b8f8ebcCopy full SHA for b8f8ebc
1 file changed
.github/workflows/build-linux-arm64.yml
@@ -43,7 +43,9 @@ jobs:
43
key: ${{ runner.os }}-dep-cef
44
45
- name: Install x11
46
- run: sudo apt-get install -y libx11-dev
+ run: |
47
+ sudo apt-get install -y libx11-dev
48
+ sudo apt-get install -y clang libc++-dev libc++abi-dev
49
50
- name: Configure CMake
51
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments