diff options
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f579713..e2315f7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -80,7 +80,7 @@ jobs: working-directory: ${{ steps.strings.outputs.build-output-dir }} run: | export ASAN_OPTIONS="verify_asan_link_order=0 strict_string_checks=1 detect_stack_use_after_return=1" - if [[ "$RUNNER_OS" == "macos" ]]; then + if [[ "$RUNNER_OS" == "macOS" ]]; then ASAN_OPTIONS="$ASAN_OPTIONS detect_leaks=0" else ASAN_OPTIONS="$ASAN_OPTIONS detect_leaks=1" |
