Skip to content

Commit c63c476

Browse files
committed
ci: always link statically
1 parent 619fd7b commit c63c476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Build and Install OOPetris
116116
run: |
117117
cd oopetris
118-
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' || '' }}
118+
meson setup build -Dbuildtype=release -Ddefault_library=static -Dclang_libcpp=${{ matrix.config.os == 'macos' && 'enabled' || 'disabled' }} -Donly_build_libs=true ${{ matrix.config.os == 'windows' && '-Db_vscrt=static_from_buildtype' || '' }}
119119
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
120120
${{ matrix.config.os == 'ubuntu' && 'sudo ldconfig' || '' }}
121121

0 commit comments

Comments
 (0)