Skip to content

Commit 3972231

Browse files
kinkeliushuyu
authored andcommitted
[CI: Test LDC-LLVM v19.1.3 RC]
1 parent 63501dc commit 3972231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/3-build-cross/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
default: false
1515
android_ndk_version:
1616
required: false
17-
default: r27
17+
default: r27c
1818
android_api_level:
1919
required: false
2020
default: 29

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install prerequisites
101101
uses: ./.github/actions/1-setup
102102
with:
103-
clang_version: ${{ runner.os == 'Windows' && '18.1.8' || env.CLANG_VERSION }}
103+
clang_version: ${{ runner.os == 'Windows' && '19.1.3' || env.CLANG_VERSION }}
104104
llvm_version: ${{ matrix.llvm_version || env.LLVM_VERSION }}
105105
arch: ${{ matrix.arch }}
106106
- name: Build bootstrap LDC

0 commit comments

Comments
 (0)