Skip to content

Commit 0726758

Browse files
committed
Typo fix.
1 parent 5babbbc commit 0726758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Configure
2929
run: |
3030
cat /etc/os-release
31-
echo "HAVE_SECCOMP_HEADER=0" > configure.local
31+
echo "HAVE_SECCOMP_FILTER=0" > configure.local
3232
./configure
3333
echo "CFLAGS += -fsanitize=undefined,address" >> Makefile.configure
3434
echo "LDFLAGS += -fsanitize=undefined,address" >> Makefile.configure

0 commit comments

Comments
 (0)