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 419b251 commit c3cf2b0Copy full SHA for c3cf2b0
.github/workflows/ci.yml
@@ -106,6 +106,7 @@ jobs:
106
cd oopetris
107
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' || '' }}
108
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
109
+ ${{ matrix.config.os == 'ubuntu' && 'sudo ldconfig' || '' }}
110
111
- name: Install Node.js
112
uses: actions/setup-node@v4
0 commit comments