Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Dec 26, 2024
1 parent 5babbbc commit 0726758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Configure
run: |
cat /etc/os-release
echo "HAVE_SECCOMP_HEADER=0" > configure.local
echo "HAVE_SECCOMP_FILTER=0" > configure.local
./configure
echo "CFLAGS += -fsanitize=undefined,address" >> Makefile.configure
echo "LDFLAGS += -fsanitize=undefined,address" >> Makefile.configure
Expand Down

0 comments on commit 0726758

Please sign in to comment.