From 2787b584b6660c22dc239fca8118509a1b8799f3 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sun, 15 Mar 2020 19:39:50 +0100 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 70fb0991..d28cf00b 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -28,8 +28,4 @@ jobs: cmake -DWEBRTCROOT=./webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ . - name: make run: | - g++ -v - g++ -print-file-name=libstdc++.a - nm $(g++ -print-file-name=libstdc++.a) | c++filt | grep ::basic_ostringstream - nm libwebrtcextra.a | c++filt | grep ::basic_ostringstream make VERBOSE=1