Skip to content

Commit

Permalink
fixup! typo suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Aug 12, 2023
1 parent a7c1da4 commit 1d88cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CXX: clang++
LINK: clang++
CONFIG_FLAGS: --enable-ubsan
UBSAN_OPTIONS: supressions=supressions.supp:print_stacktrace=1
UBSAN_OPTIONS: suppressions=suppressions.supp:print_stacktrace=1
steps:
- uses: actions/checkout@v3
with:
Expand Down
File renamed without changes.

0 comments on commit 1d88cb1

Please sign in to comment.