Skip to content

Commit d0b61e9

Browse files
committed
need ldconfig after ununtu install
1 parent 4c9c85d commit d0b61e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
DEBUG_DICT=1 meson compile -C builddir
7979
$sudo meson install -C builddir
8080
81+
- name: Rebuild the shared library cache
82+
if: startsWith(matrix.os, 'ubuntu')
83+
run: sudo ldconfig
84+
8185
- name: Run unit tests
8286
# Don't run tests for private copy of Check
8387
run: meson test -C builddir --suite libdicom

0 commit comments

Comments
 (0)