Skip to content

Commit 7af6e11

Browse files
author
Raghuveer Devulapalli
committed
Rmove diff
1 parent d766741 commit 7af6e11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ jobs:
163163
164164
- name: List exported symbols
165165
run: |
166-
nm --demangle --dynamic --defined-only --extern-only builddir/libx86simdsort.so | cut -d ' ' -f3- | sort > temp
167-
diff temp lib/list-of-exported-symbols.txt
166+
nm --demangle --dynamic --defined-only --extern-only builddir/libx86simdsort.so
168167
169168
- name: Run test suite on SPR
170169
run: sde -spr -- ./builddir/testexe

0 commit comments

Comments
 (0)