Skip to content

Commit

Permalink
try using homebrew to install clang tools on mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 1, 2024
1 parent 8147325 commit 6329924
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ runs:
fi
fi
- name: Install MacOS clang dependencies
if: runner.os == 'macOS'
shell: bash
run: brew install llvm@{{ input.version }}

- name: Setup python venv (Unix)
if: runner.os == 'Linux' || runner.os == 'macOS'
shell: bash
Expand Down

0 comments on commit 6329924

Please sign in to comment.