Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored Mar 15, 2020
1 parent 4aec2b9 commit 2787b58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2787b58

Please sign in to comment.