Skip to content

Commit aab758c

Browse files
committed
fixup! typo suppressions
1 parent 44fff18 commit aab758c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
CXX: clang++
4545
LINK: clang++
4646
CONFIG_FLAGS: --enable-ubsan
47-
UBSAN_OPTIONS: supressions=supressions.supp:print_stacktrace=1
47+
UBSAN_OPTIONS: suppressions=suppressions.supp:print_stacktrace=1
4848
steps:
4949
- uses: actions/checkout@v3
5050
with:
File renamed without changes.

0 commit comments

Comments
 (0)