From 0ca2ecc6d741c156886a2c7a350d3bac6b9b8842 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 13 Feb 2021 20:17:23 -0800 Subject: [PATCH] remove CI debugging crap --- .github/workflows/cmake.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 272e75d..4cd84c2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -46,9 +46,6 @@ jobs: # We'll use this as our working directory for all subsequent commands run: cmake -E make_directory ${{github.workspace}}/build - - name: print libc++ version - run: echo "#include \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 # access regardless of the host operating system