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 63501dc commit 3972231Copy full SHA for 3972231
.github/actions/3-build-cross/action.yml
@@ -14,7 +14,7 @@ inputs:
14
default: false
15
android_ndk_version:
16
required: false
17
- default: r27
+ default: r27c
18
android_api_level:
19
20
default: 29
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Install prerequisites
101
uses: ./.github/actions/1-setup
102
with:
103
- clang_version: ${{ runner.os == 'Windows' && '18.1.8' || env.CLANG_VERSION }}
+ clang_version: ${{ runner.os == 'Windows' && '19.1.3' || env.CLANG_VERSION }}
104
llvm_version: ${{ matrix.llvm_version || env.LLVM_VERSION }}
105
arch: ${{ matrix.arch }}
106
- name: Build bootstrap LDC
0 commit comments