Skip to content

Commit fd2fe8d

Browse files
author
Raghuveer Devulapalli
committed
CI: update CI to build and test new code
1 parent c1b66a6 commit fd2fe8d

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 --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)