ci: do not run verify-ffmpeg on Mac on CircleCI
This commit is contained in:
parent
be2bcbef42
commit
2f0f88e60a
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@ steps-build-mac: &steps-build-mac
|
|||
# It would be better to verify ffmpeg as a part of a test job,
|
||||
# but it requires `gn` to run, and it's complicated
|
||||
# to store all gn's dependencies and configs.
|
||||
- <<: *step-verify-ffmpeg
|
||||
# FIXME(alexeykuzmin): Enable the next step back.
|
||||
# - <<: *step-verify-ffmpeg
|
||||
|
||||
# Node.js headers for tests
|
||||
- <<: *step-nodejs-headers-build
|
||||
|
|
Loading…
Reference in a new issue