Skip to content

Commit 79ab07b

Browse files
authored
devops: install Media Pack on Windows bot (#3137)
1 parent bbe7dbe commit 79ab07b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
browser: [chromium, firefox, webkit]
103103
runs-on: windows-latest
104104
steps:
105+
- name: Install Media Pack
106+
shell: powershell
107+
run: Install-WindowsFeature Server-Media-Foundation
105108
- uses: actions/checkout@v2
106109
- uses: actions/setup-node@v1
107110
with:

0 commit comments

Comments
 (0)