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 f4a3a80 commit 3cdabca
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,8 +45,9 @@ jobs:
refreshenv
$mkvmergePath = (Get-Command mkvmerge).Source
$mkvtoolnixPath = Split-Path -Path $mkvmergePath -Parent
echo $mkvtoolnixPath >> $GITHUB_PATH
echo $mkvtoolnixPath | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
# We need to conserve mkvtoolnix in the PATH env variable.
# From https://stackoverflow.com/a/73981698/15835974

- name: Install pytest
run: |
Expand Down

0 comments on commit 3cdabca

Please sign in to comment.