Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jun 30, 2024
1 parent c3f9a60 commit 767c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
# Python can't find libmpv on macOS arm64 by default.
# This problem does not exist on macOS with x86_64.
echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib" > $GITHUB_ENV
echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib" >> $GITHUB_ENV
- name: Install Windows Dependencies
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 767c44c

Please sign in to comment.