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]
|
browser: [chromium, firefox, webkit]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Media Pack
|
||||||
|
shell: powershell
|
||||||
|
run: Install-WindowsFeature Server-Media-Foundation
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue