Skip to content

Commit

Permalink
fix(pu): use the latest clang in test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Dec 4, 2023
1 parent c4bf68d commit ed64a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
run: |
brew install tree cloc wget curl make zip graphviz
brew upgrade llvm # Upgrade llvm (which includes clang)
brew install llvm # Install llvm (which includes clang)
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> $GITHUB_ENV # update PATH
dot -V
- name: Set up python ${{ matrix.python-version }}
Expand Down

0 comments on commit ed64a2b

Please sign in to comment.