Skip to content

Commit 93bf897

Browse files
committed
add csp option for padding bytes
1 parent 185723b commit 93bf897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
fetch-depth: 100
2222
- name: Meson build & test
2323
run: |
24-
meson setup builddir && ninja -C builddir test
24+
meson setup builddir -Dcsp:packet_padding_bytes=38 && ninja -C builddir test

0 commit comments

Comments
 (0)