Skip to content

Commit 7421a89

Browse files
committed
ci: use from_buildtype instead of static_from_buildtype for windows b_vscrt
1 parent 2c3551c commit 7421a89

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
@@ -123,7 +123,7 @@ jobs:
123123
- name: Build and Install OOPetris
124124
run: |
125125
cd oopetris
126-
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' || '' }}
126+
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' || '' }}
127127
${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
128128
129129
- name: Build and Install C Wrapper

0 commit comments

Comments
 (0)