Skip to content

Commit 97ca89d

Browse files
committed
Add step to list jemalloc libraries in CI workflow
1 parent d21400f commit 97ca89d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Build jemalloc
4343
run: bundle exec rake jemalloc:build
4444

45+
- name: List jemalloc libraries
46+
run: ls -lh jemalloc/lib
47+
4548
- name: Build odgi
4649
run: bundle exec rake odgi:build
4750

0 commit comments

Comments
 (0)