Skip to content

Commit 04da2db

Browse files
committed
fix typo
1 parent adaa122 commit 04da2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Configure and build with Meson (MSVC will be used automatically)
4545
- name: Configure (Meson)
46-
run: meson setup --warnlevel 2 --built_tests=true --buildtype release builddir --backend=ninja
46+
run: meson setup --warnlevel 2 --build_tests=true --buildtype release builddir --backend=ninja
4747

4848
- name: Build (Ninja)
4949
run: ninja -C builddir

0 commit comments

Comments
 (0)