We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2888bc3 commit e3ce79aCopy full SHA for e3ce79a
1 file changed
.github/workflows/macos-scan-build.yml
@@ -30,6 +30,10 @@ jobs:
30
exit 1
31
}
32
33
+ - name: install brew
34
+ run: |
35
+ brew install llvm
36
+
37
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
with:
39
submodules: recursive
0 commit comments