Skip to content

Commit b06c86c

Browse files
committed
ci: also add ldconfig so that the libraries are recognized and the test works
1 parent 37cbfb7 commit b06c86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,6 @@ jobs:
164164
- name: Build Wrapper
165165
run: |
166166
stack build
167+
${{ matrix.config.os != 'windows' && 'sudo ldconfig' || '' }}
167168
stack test
168169
stack run -- test/files/correct.rec

0 commit comments

Comments
 (0)