Skip to content

Commit

Permalink
devops: install Media Pack on Windows bot (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Jul 24, 2020
1 parent bbe7dbe commit 79ab07b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 79ab07b

Please sign in to comment.