We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7e092 commit f7b5994Copy full SHA for f7b5994
.github/workflows/ci.yml
@@ -164,5 +164,6 @@ jobs:
164
- name: Build Wrapper
165
run: |
166
stack build
167
+ ${{ matrix.config.os != 'windows' && 'sudo ldconfig' || '' }}
168
stack test
169
stack run -- test/files/correct.rec
0 commit comments