Skip to content

Commit a49e8b4

Browse files
committed
install llvm 15
Change-Id: I56afba39419063b8c420aac85e61c8c2414c5ac5
1 parent 5a92e40 commit a49e8b4

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@15
36+
3337
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3438
with:
3539
submodules: recursive

0 commit comments

Comments
 (0)