Skip to content

Commit

Permalink
libvmaf.yml: use /opt/homebrew instead of /opt/homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Feb 8, 2024
1 parent 9344631 commit 066d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Run tox tests (mac)
if: matrix.os == 'macos-latest'
run: |
CC=$HOMEBREW_PREFIX/opt/llvm/bin/clang CXX=$HOMEBREW_PREFIX/opt/llvm/bin/clang++ \
CC=$(brew --prefix)/opt/llvm/bin/clang CXX=$(brew --prefix)/opt/llvm/bin/clang++ \
tox -c python
- name: Get binary path & Current Release
Expand Down

0 comments on commit 066d1a9

Please sign in to comment.