devops: install Media Pack on Windows bot (#3137)

This commit is contained in:
Yury Semikhatsky 2020-07-23 18:06:16 -07:00 committed by GitHub
parent bbe7dbe9ae
commit 79ab07bd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,9 @@ jobs:
browser: [chromium, firefox, webkit]
runs-on: windows-latest
steps:
- name: Install Media Pack
shell: powershell
run: Install-WindowsFeature Server-Media-Foundation
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with: