We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d771f5 commit 0d8ecb4Copy full SHA for 0d8ecb4
.github/workflows/cmake.yml
@@ -82,8 +82,8 @@ jobs:
82
# Verify the change
83
clang --version
84
clang++ --version
85
+ echo "Checking clang headers..."
86
clang++ -v -E -x c++ /dev/null
- clang++ -v -stdlib=libc++
87
88
- name: Configure CMake
89
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments