aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-20 17:05:00 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-20 17:05:00 -0400
commit764f92746a78808dd9d9d5797daf1a7000718de1 (patch)
tree5588a0f9e77df627a6cfacd2c72131831637963f
parenteb9f7fb57fd08e4f9ffe4c5b783daaa381ae0003 (diff)
downloadstasis-cmake-git-version.tar.gz
Disable leak check on "macOS"cmake-git-version
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
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"