From 85af325722a6e80688e2af1702cf48bca58398d7 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 13 Feb 2021 20:08:15 -0800 Subject: [PATCH] try again --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cf377df..118efd6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -47,7 +47,7 @@ jobs: run: cmake -E make_directory ${{github.workspace}}/build - name: print libc++ version - run: COMMAND echo "#include \nint main () {}" | clang-9 -E --std=c++2a -stdlib=libc++ -x c++ -dM - | grep _LIBCPP_VERSION + run: echo "#include \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