We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185723b commit 93bf897Copy full SHA for 93bf897
1 file changed
.github/workflows/build.yml
@@ -21,4 +21,4 @@ jobs:
21
fetch-depth: 100
22
- name: Meson build & test
23
run: |
24
- meson setup builddir && ninja -C builddir test
+ meson setup builddir -Dcsp:packet_padding_bytes=38 && ninja -C builddir test
0 commit comments