mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
remove CI debugging crap
This commit is contained in:
parent
04e24a7ca4
commit
0ca2ecc6d7
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@ -46,9 +46,6 @@ jobs:
|
|||||||
# We'll use this as our working directory for all subsequent commands
|
# We'll use this as our working directory for all subsequent commands
|
||||||
run: cmake -E make_directory ${{github.workspace}}/build
|
run: cmake -E make_directory ${{github.workspace}}/build
|
||||||
|
|
||||||
- name: print libc++ version
|
|
||||||
run: echo "#include <cstdint>\nint main () {}" | clang-10 -E --std=c++2a -stdlib=libc++ -x c++ -dM - | grep _LIBCPP_VERSION
|
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
# Use a bash shell so we can use the same syntax for environment variable
|
# Use a bash shell so we can use the same syntax for environment variable
|
||||||
# access regardless of the host operating system
|
# access regardless of the host operating system
|
||||||
|
Loading…
Reference in New Issue
Block a user