mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: install Media Pack on Windows bot (#3137)
This commit is contained in:
parent
bbe7dbe9ae
commit
79ab07bd0d
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user