mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
use Clang 10 on linux
This commit is contained in:
parent
f86ca6b63d
commit
04e24a7ca4
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
cc: "clang"
|
||||
cxx: "clang++"
|
||||
- os: Ubuntu-20.04
|
||||
cc: "clang-9"
|
||||
cxx: "clang++-9"
|
||||
cc: "clang-10"
|
||||
cxx: "clang++-10"
|
||||
- os: Ubuntu-20.04
|
||||
cc: "gcc-10"
|
||||
cxx: "g++-10"
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
run: cmake -E make_directory ${{github.workspace}}/build
|
||||
|
||||
- name: print libc++ version
|
||||
run: echo "#include <cstdint>\nint main () {}" | clang-9 -E --std=c++2a -stdlib=libc++ -x c++ -dM - | grep _LIBCPP_VERSION
|
||||
run: echo "#include <cstdint>\nint main () {}" | clang-10 -E --std=c++2a -stdlib=libc++ -x c++ -dM - | grep _LIBCPP_VERSION
|
||||
|
||||
- name: Configure CMake
|
||||
# Use a bash shell so we can use the same syntax for environment variable
|
||||
|
Loading…
Reference in New Issue
Block a user