Skip to content

Commit e3ce79a

Browse files
committed
brew install llvm
Change-Id: If689f3f2cf453db6804c777b5394743044ad94ad
1 parent 2888bc3 commit e3ce79a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos-scan-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
exit 1
3131
}
3232
33+
- name: install brew
34+
run: |
35+
brew install llvm
36+
3337
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3438
with:
3539
submodules: recursive

0 commit comments

Comments
 (0)