Bug 1799515 - Fix mach browsertime path for ffmpeg. r=sparky,perftest-reviewers

With this browsertime works locally.

Differential Revision: https://phabricator.services.mozilla.com/D161503
This commit is contained in:
Emilio Cobos Álvarez 2022-11-08 16:33:00 +00:00
Родитель 739a44d96f
Коммит 2c7eab3758
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -194,7 +194,7 @@ host_fetches = {
"type": "static-url",
"url": "https://github.com/mozilla/perf-automation/releases/download/FFMPEG-v4.4.1/ffmpeg-4.4.1-full_build.zip", # noqa
# An extension to `fetch` syntax.
"path": "ffmpeg-4.4.1-full_build-win",
"path": "ffmpeg-4.4.1-full_build",
},
},
}