Skip to content

Commit

Permalink
CI: try to fix gstreamer path
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jan 8, 2025
1 parent 7c83c17 commit ca89b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
for package in *.pkg ;
do sudo installer -verbose -pkg "$package" -target /
done
# Create symlink from where macdeployqt expects it to where it actually is
sudo mkdir -p /Library/lib
sudo ln -sf /Library/Frameworks/GStreamer.framework /Library/lib/GStreamer.framework
- name: Install ccache
run: brew install ccache
Expand Down

0 comments on commit ca89b4e

Please sign in to comment.