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 Feb 3, 2024
1 parent f09c4cc commit f4a3a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
refreshenv
$mkvmergePath = (Get-Command mkvmerge).Source
$mkvtoolnixPath = Split-Path -Path $mkvmergePath -Parent
echo $mkvtoolnixPath | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo $mkvtoolnixPath >> $GITHUB_PATH
# We need to conserve mkvtoolnix in the PATH env variable.

- name: Install pytest
run: |
Expand Down

0 comments on commit f4a3a80

Please sign in to comment.