Skip to content

Commit 8c1b45e

Browse files
kinkeliushuyu
authored andcommitted
[CI: Test LDC-LLVM v19.1.3 RC]
1 parent 299ceea commit 8c1b45e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/actions/3-build-cross/action.yml

+1-1
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

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install prerequisites
9898
uses: ./.github/actions/1-setup
9999
with:
100-
clang_version: ${{ runner.os == 'Windows' && '18.1.8' || env.CLANG_VERSION }}
100+
clang_version: ${{ runner.os == 'Windows' && '19.1.3' || env.CLANG_VERSION }}
101101
llvm_version: ${{ matrix.llvm_version || env.LLVM_VERSION }}
102102
arch: ${{ matrix.arch }}
103103
- name: Build bootstrap LDC

0 commit comments

Comments
 (0)