Skip to content

Commit 6329924

Browse files
committed
try using homebrew to install clang tools on mac runner
1 parent 8147325 commit 6329924

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ runs:
234234
fi
235235
fi
236236
237+
- name: Install MacOS clang dependencies
238+
if: runner.os == 'macOS'
239+
shell: bash
240+
run: brew install llvm@{{ input.version }}
241+
237242
- name: Setup python venv (Unix)
238243
if: runner.os == 'Linux' || runner.os == 'macOS'
239244
shell: bash

0 commit comments

Comments
 (0)