We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7466706 commit ed1e4c9Copy full SHA for ed1e4c9
2 files changed
.github/workflows/ci.yml
@@ -291,7 +291,7 @@ jobs:
291
292
- name: Build
293
env:
294
- LANG: C
+ LC_ALL: C
295
run: |
296
make -j${NPROC}
297
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2237,
755
/**/
756
2236,
757
0 commit comments