Skip to content

Commit 6f1e7e5

Browse files
ci: I don't have to make it use clang++-19 explicitly, do I?
1 parent dd69ff6 commit 6f1e7e5

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
platform_name: Windows x86_64
3838
compiler_name: Clang
3939
compiler: clang
40-
c_compiler: clang-19
41-
cpp_compiler: clang++-19
40+
c_compiler: clang
41+
cpp_compiler: clang++
4242
# - os: windows-11-arm
4343
# platform_name: Windows AArch64
4444
# compiler_name: GCC
@@ -141,11 +141,6 @@ jobs:
141141
version: '6.10.2'
142142
arch: 'win64_mingw'
143143

144-
- name: Create clang++-19 (Windows)
145-
if: (matrix.os == 'windows-latest') && matrix.compiler == 'clang'
146-
run: |
147-
New-Item -Path "C:\ProgramData\mingw64\mingw64\bin\clang++19.exe" -ItemType SymbolicLink -Value "C:\ProgramData\mingw64\mingw64\bin\clang++.exe"
148-
149144
- name: Install latest GCC (Linux)
150145
if: (matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm') && matrix.compiler == 'gcc'
151146
uses: egor-tensin/setup-gcc@v2

0 commit comments

Comments
 (0)