Skip to content

Commit 419b251

Browse files
committed
ci: use from_buildtype instead of static_from_buildtype for windows b_vscrt
1 parent 96f6a1e commit 419b251

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
@@ -104,7 +104,7 @@ jobs:
104104
- name: Build and Install OOPetris
105105
run: |
106106
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' || '' }}
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' || '' }}
108108
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
109109
110110
- name: Install Node.js

0 commit comments

Comments
 (0)