Skip to content

Commit

Permalink
[workflows\run_test] On Windows, update the environment vars
Browse files Browse the repository at this point in the history
Without this, the workflow is not able to call mkvmerge in command line
  • Loading branch information
moi15moi committed Jan 23, 2024
1 parent fc00793 commit f5f66c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:

- name: Install platform-specific requirements (Windows)
if: matrix.os == 'windows-latest'
run: choco install mkvtoolnix
run: |
choco install mkvtoolnix
refreshenv
- name: Install pytest
run: |
Expand Down

0 comments on commit f5f66c1

Please sign in to comment.