Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
macos: actually the workflow we want to remove is asan+lsan
Baptiste Daroussin committed 3 months ago
commit 7ebd260bd06239e5c8ce35f825c396eb45d3d970
parent d51cf3e
1 file changed +1 -1
modified .github/workflows/build.yaml
@@ -73,7 +73,7 @@ jobs:
            llvm-bindir: /usr/lib/llvm-18/bin
        exclude:
          - build-os: macos-latest
-
            sanitize: ["lsan"]
+
            sanitize: ["asan", "lsan"]
    steps:
      - name: install packages (macOS)
        if: runner.os == 'macOS'