Skip to content

Commit b95a910

Browse files
committed
[fix Android aarch64 compiler-rt libs]
1 parent f990493 commit b95a910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
arch: aarch64
168168
android_x86_arch: x86_64
169169
extra_cmake_flags: >-
170-
-DLDC_INSTALL_LLVM_RUNTIME_LIBS_OS=android
170+
-DLDC_INSTALL_LLVM_RUNTIME_LIBS_OS=linux
171171
-DLDC_INSTALL_LLVM_RUNTIME_LIBS_ARCH=aarch64-android
172172
173173
name: ${{ matrix.job_name }}

0 commit comments

Comments
 (0)