Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raigorx authored Jul 23, 2024
1 parent 326caf6 commit 9b7ccdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:

- name: Install Clang-Tidy on macOS
if: matrix.os == 'macos-latest'
run: brew install llvm
run: |
brew install llvm
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> $GITHUB_ENV
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> $GITHUB_ENV
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs.
Expand Down

0 comments on commit 9b7ccdf

Please sign in to comment.