Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzw committed Jun 13, 2024
1 parent 7c1e114 commit 396de04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
include:
- preset: cmake-dev-debug-asan-usan
name: Debug with ASan & USan Check
- preset: cmake-dev-debug-asan-ubsan
name: Debug with ASan & UBSan Check
- preset: cmake-dev-debug-tsan
name: Debug with TSan Check
- preset: cmake-dev-debug-cov
Expand Down
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": 6,
"configurePresets": [
{
"name": "cmake-dev-debug-asan-usan",
"displayName": "Debug with ASan & USan Check",
"binaryDir": "cmake-dev-debug-asan-usan",
"name": "cmake-dev-debug-asan-ubsan",
"displayName": "Debug with ASan & UBSan Check",
"binaryDir": "cmake-dev-debug-asan-ubsan",
"toolchainFile": "${sourceDir}/cmake/toolchain.cmake",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
Expand Down

0 comments on commit 396de04

Please sign in to comment.