Skip to content

Commit 4d74e18

Browse files
authored
Update lint.yml
Signed-off-by: Andy Zhang <[email protected]>
1 parent 419309f commit 4d74e18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
uses: Homebrew/actions/setup-homebrew@master
2828

2929
- name: Install LLVM
30-
run: brew install llvm
30+
run: |
31+
brew install llvm
32+
echo "/opt/homebrew/opt/llvm/bin:$GITHUB_PATH" > $GITHUB_PATH
3133
3234
- name: Setup Python
3335
uses: actions/[email protected]

0 commit comments

Comments
 (0)