Skip to content

Commit 779c038

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ jobs:
5050
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
5151
run: |
5252
cmake \
53-
-B ${{github.workspace}}/build \
53+
-DCMAKE_C_COMPILER=clang \
54+
-DCMAKE_CXX_COMPILER=clang++ \
5455
-DCMAKE_CXX_FLAGS=-stdlib=libc++ \
56+
-B ${{github.workspace}}/build \
5557
-DPROJECT_ARCH=arm64 \
5658
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
5759
-DUSE_SANDBOX=ON \
5860
-DCEFVIEW_WING_NAME=UCefViewHelper \
59-
-DCEF_SDK_VERSION="126.2.18+g3647d39+chromium-126.0.6478.183" \
61+
-DCEF_SDK_VERSION="126.2.18+g3647d39+chromium-126.0.6478.83" \
6062
-DCMAKE_INSTALL_PREFIX:PATH=${{github.workspace}}/install
6163
6264
- name: Build

0 commit comments

Comments
 (0)