mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
try again
This commit is contained in:
parent
9bf177627f
commit
85af325722
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
run: cmake -E make_directory ${{github.workspace}}/build
|
||||
|
||||
- name: print libc++ version
|
||||
run: COMMAND 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-9 -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