Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyAV
PyAV
Commits
7895aa4a
Commit
7895aa4a
authored
5 years ago
by
Mike Boers
Browse files
Options
Download
Email Patches
Plain Diff
Fix GitHub actions on macOS.
parent
b43a7864
ga-macos
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/tests.yml
+7
-0
.github/workflows/tests.yml
with
7 additions
and
0 deletions
+7
-0
.github/workflows/tests.yml
+
7
-
0
View file @
7895aa4a
...
...
@@ -91,6 +91,13 @@ jobs:
brew update
brew install automake libtool nasm pkg-config shtool texi2html wget
brew install libass libjpeg libpng libvorbis libvpx opus theora x264
# For pip to be able to use ssl.
brew uninstall --ignore-dependencies openssl
brew install openssl
brew link --force openssl
python -m pip install --upgrade pip || exit 1
;;
esac
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets