We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299ceea commit 8c1b45eCopy full SHA for 8c1b45e
.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
@@ -97,7 +97,7 @@ jobs:
97
- name: Install prerequisites
98
uses: ./.github/actions/1-setup
99
with:
100
- clang_version: ${{ runner.os == 'Windows' && '18.1.8' || env.CLANG_VERSION }}
+ clang_version: ${{ runner.os == 'Windows' && '19.1.3' || env.CLANG_VERSION }}
101
llvm_version: ${{ matrix.llvm_version || env.LLVM_VERSION }}
102
arch: ${{ matrix.arch }}
103
- name: Build bootstrap LDC
0 commit comments