Skip to content

Commit

Permalink
fix copy-n-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 4, 2024
1 parent 74cb3e0 commit ac20594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ runs:
continue-on-error: true
run: |
brew install llvm@${{ inputs.version }}
ln -s "$(brew --prefix llvm@15)/bin/clang-format" "/usr/local/bin/clang-format-15"
ln -s "$(brew --prefix llvm@15)/bin/clang-tidy" "/usr/local/bin/clang-tidy-15"
ln -s "$(brew --prefix llvm@${{ inputs.version }})/bin/clang-format" "/usr/local/bin/clang-format-${{ inputs.version }}"
ln -s "$(brew --prefix llvm@${{ inputs.version }})/bin/clang-tidy" "/usr/local/bin/clang-tidy-${{ inputs.version }}"
- name: Setup python venv (Unix)
if: runner.os == 'Linux' || runner.os == 'macOS'
Expand Down

0 comments on commit ac20594

Please sign in to comment.