Skip to content

Commit 517d65c

Browse files
committed
ci: remove -Dprefix by a run to ldconfig, so that /usrLocal/lib packages are recognized
1 parent 4089e41 commit 517d65c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ jobs:
4646
- name: Build and Install OOPetris
4747
run: |
4848
cd oopetris
49-
meson setup build -Db_coverage=true -Dbuildtype=debugoptimized -Ddefault_library=shared -Dclang_libcpp=enabled -Donly_build_libs=true -Dprefix=/usr
49+
meson setup build -Db_coverage=true -Dbuildtype=debugoptimized -Ddefault_library=shared -Dclang_libcpp=enabled -Donly_build_libs=true
5050
sudo meson install -C build
5151
5252
- name: Build Wrapper
5353
run: |
54-
meson setup build -Db_coverage=true -Dbuildtype=debugoptimized -Ddefault_library=shared -Dclang_libcpp=enabled -Dtests=true -Dexample=true -Dprefix=/usr
54+
meson setup build -Db_coverage=true -Dbuildtype=debugoptimized -Ddefault_library=shared -Dclang_libcpp=enabled -Dtests=true -Dexample=true
5555
meson compile -C build
56+
sudo ldconfig
5657
5758
- name: Test Wrapper
5859
run: |

0 commit comments

Comments
 (0)