Skip to content

Commit c3cf2b0

Browse files
committed
ci: add ldconfig, so that the libraries get detected
1 parent 419b251 commit c3cf2b0

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
@@ -106,6 +106,7 @@ jobs:
106106
cd oopetris
107107
meson setup build -Dbuildtype=release -Ddefault_library=shared -Dclang_libcpp=${{ matrix.config.os == 'macos' && 'enabled' || 'disabled' }} -Donly_build_libs=true ${{ matrix.config.os == 'windows' && '-Db_vscrt=from_buildtype' || '' }}
108108
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
109+
${{ matrix.config.os == 'ubuntu' && 'sudo ldconfig' || '' }}
109110
110111
- name: Install Node.js
111112
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)