Skip to content

Commit

Permalink
Update run_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Jan 26, 2024
1 parent 909d588 commit 2692847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:

- name: Install platform-specific requirements (Windows)
if: matrix.os == 'windows-latest'
shell: cmd
run: |
choco install mkvtoolnix
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
mkvmerge -h
mkvpropedit -h
echo "PATH: $env:PATH"
echo "{PATH}={C:\Program Files (x86)\MKVToolNix}" >> "$GITHUB_ENV"
- name: Install pytest
run: |
Expand Down

0 comments on commit 2692847

Please sign in to comment.