Skip to content

Commit b8f8ebc

Browse files
authored
Update build-linux-arm64.yml
1 parent 779c038 commit b8f8ebc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
key: ${{ runner.os }}-dep-cef
4444

4545
- name: Install x11
46-
run: sudo apt-get install -y libx11-dev
46+
run: |
47+
sudo apt-get install -y libx11-dev
48+
sudo apt-get install -y clang libc++-dev libc++abi-dev
4749
4850
- name: Configure CMake
4951
# 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

Comments
 (0)