File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ jobs:
128128 uses : lukka/get-cmake@latest
129129
130130 - name : Build with CMake
131+ env :
132+ CC : clang-cl
133+ CXX : clang-cl
131134 run : |
132135 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
133136 cmake --build build
@@ -160,8 +163,8 @@ jobs:
160163 sudo chmod +x llvm.sh
161164 sudo ./llvm.sh ${LLVM_VERSION}
162165 sudo apt-get install -y -q libc++-${LLVM_VERSION}-dev libc++abi-${LLVM_VERSION}-dev
163- sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${LLVM_VERSION} 100
164- sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-${LLVM_VERSION} 100
166+ sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${LLVM_VERSION} 200
167+ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-${LLVM_VERSION} 200
165168
166169 - name : Set up CMake and Ninja
167170 uses : lukka/get-cmake@latest
You can’t perform that action at this time.
0 commit comments