We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1373bde commit 2abdfb9Copy full SHA for 2abdfb9
.github/workflows/ldc-release.yml
@@ -86,7 +86,7 @@ jobs:
86
uses: ./.github/actions/1-setup
87
with:
88
# on Windows, the MSVC headers require clang 16+
89
- clang_version: ${{ runner.os == 'Windows' && '18.1.3' || env.CLANG_VERSION }}
+ clang_version: ${{ runner.os == 'Windows' && '18.1.5' || env.CLANG_VERSION }}
90
arch: ${{ matrix.arch }}
91
# BOLT supports ELF binaries only, so include it for Linux packages only
92
- name: Build & install LLVM incl. LLD, compiler-rt${{ runner.os == 'Linux' && ', BOLT' || '' }}
0 commit comments