Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
macos: attempt to exclude lsan from the matrix
Baptiste Daroussin committed 3 months ago
commit d51cf3ed3a4e51ed410aeef38fd1d708d04a99ac
parent 22f271c
1 file changed +3 -0
modified .github/workflows/build.yaml
@@ -71,6 +71,9 @@ jobs:
              - pkg-config
              - m4
            llvm-bindir: /usr/lib/llvm-18/bin
+
        exclude:
+
          - build-os: macos-latest
+
            sanitize: ["lsan"]
    steps:
      - name: install packages (macOS)
        if: runner.os == 'macOS'