Skip to content

Commit a6ac4df

Browse files
Raghuveer DevulapalliCopilot
andauthored
Fix typo in the meson build option.
Co-authored-by: Copilot <[email protected]>
1 parent fd2fe8d commit a6ac4df

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
@@ -235,7 +235,7 @@ jobs:
235235
CXX: g++-10
236236
run: |
237237
make clean
238-
meson setup -Dbuild_tests=true -Duse_openmp=true --Duse_stdthreads=true --warnlevel 2 --werror --buildtype release builddir
238+
meson setup -Dbuild_tests=true -Duse_openmp=true -Duse_stdthreads=true --warnlevel 2 --werror --buildtype release builddir
239239
cd builddir
240240
ninja
241241

0 commit comments

Comments
 (0)