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 e8446d2 commit b832aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if: runner.os == 'Windows'
run: |
choco install mkvtoolnix --no-progress --yes
refreshenv
$mkvmergePath = (Get-Command mkvmerge).Source
$mkvtoolnixPath = Split-Path -Path $mkvmergePath -Parent
echo $mkvtoolnixPath | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit b832aa0

Please sign in to comment.