mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 03:18:39 +00:00
Unbreak travis on macos
This commit is contained in:
parent
f8df5e2f31
commit
899ee03088
@ -19,7 +19,7 @@ cache:
|
||||
directories:
|
||||
- libav-samples
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
|
||||
install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user