Update linux clang to version 10 (#6556)

This commit is contained in:
Powei Feng
2023-02-13 14:49:45 -08:00
committed by GitHub
parent d2690bf75a
commit 71e6f3d037

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# version of clang we want to use
GITHUB_CLANG_VERSION=8
GITHUB_CLANG_VERSION=10
# version of CMake to use instead of the default one
CMAKE_VERSION=3.19.5
# version of ninja to use