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 375ca6d commit 6642536Copy full SHA for 6642536
.github/workflows/ci.yml
@@ -131,6 +131,7 @@ jobs:
131
cd oopetris_c_wrapper
132
meson setup -Dtests=false -Dexample=false build -Dbuildtype=release -Ddefault_library=shared
133
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
134
+ ${{ matrix.config.os == 'ubuntu' && 'sudo ldconfig' || '' }}
135
136
- uses: haskell-actions/setup@v2
137
with:
@@ -141,6 +142,5 @@ jobs:
141
142
- name: Build and Test Wrapper
143
run: |
144
stack build
- ${{ matrix.config.os != 'windows' && 'sudo ldconfig' || '' }}
145
stack test
146
stack run -- test/files/correct.rec
0 commit comments