Skip to content

Commit c069f29

Browse files
committed
try using homebrew to install clang tools on mac runner
1 parent 91cfe27 commit c069f29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ runs:
234234
fi
235235
fi
236236
237+
- name: Install MacOS clang dependencies
238+
if: runner.os == 'macOS'
239+
shell: bash
240+
# continue-on-error: true
241+
run: brew install llvm@${{ inputs.version }}
242+
237243
- name: Setup python venv (Unix)
238244
if: runner.os == 'Linux' || runner.os == 'macOS'
239245
shell: bash

0 commit comments

Comments
 (0)