File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments