We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffd73f commit 422512cCopy full SHA for 422512c
1 file changed
.github/workflows/main.yml
@@ -288,7 +288,6 @@ jobs:
288
android_x86_arch: i686
289
extra_cmake_flags: >-
290
-DLDC_INSTALL_LLVM_RUNTIME_LIBS_ARCH=arm-android
291
- -DLDC_ENABLE_PLUGINS=OFF
292
293
- job_name: Android aarch64
294
host_os: ubuntu-22.04
@@ -297,7 +296,6 @@ jobs:
297
296
android_x86_arch: x86_64
298
299
-DLDC_INSTALL_LLVM_RUNTIME_LIBS_ARCH=aarch64-android
300
301
302
name: ${{ matrix.job_name }}
303
runs-on: ${{ matrix.host_os }}
0 commit comments