File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383 uses : ./.github/actions/1-setup
8484 with :
8585 # on Windows, the MSVC headers require clang 16+
86- clang_version : ${{ runner.os == 'Windows' && '18.1.6 ' || env.CLANG_VERSION }}
86+ clang_version : ${{ runner.os == 'Windows' && '18.1.8 ' || env.CLANG_VERSION }}
8787 arch : ${{ matrix.arch }}
8888 # BOLT supports ELF binaries only, so include it for Linux packages only
8989 - name : Build & install LLVM incl. LLD, compiler-rt${{ runner.os == 'Linux' && ', BOLT' || '' }}
@@ -130,7 +130,7 @@ jobs:
130130 runs-on : ${{ matrix.host_os }}
131131 timeout-minutes : 240
132132 env :
133- ANDROID_NDK_VERSION : r26d
133+ ANDROID_NDK_VERSION : r27
134134 steps :
135135 - uses : actions/checkout@v4
136136 - name : Install prerequisites
You can’t perform that action at this time.
0 commit comments