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 96f6a1e commit 419b251Copy full SHA for 419b251
.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Build and Install OOPetris
105
run: |
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=static_from_buildtype' || '' }}
+ 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
110
- name: Install Node.js
0 commit comments