Skip to content

Commit

Permalink
ci: add ldconfig, so that the libraries get detected
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Oct 3, 2024
1 parent 419b251 commit c3cf2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
cd oopetris
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' || '' }}
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
${{ matrix.config.os == 'ubuntu' && 'sudo ldconfig' || '' }}
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit c3cf2b0

Please sign in to comment.