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 28, 2024
1 parent d3b1679 commit c564998
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 @@ -40,6 +40,7 @@ jobs:
choco install mkvtoolnix
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
choco list --local-only mkvtoolnix --format=csv | ConvertFrom-Csv
echo "MKVToolNixPath=$(choco list --local-only mkvtoolnix --format=csv | ConvertFrom-Csv | Select -ExpandProperty 'InstallLocation')" | Out-File -Append -FilePath $env:GITHUB_ENV
echo "PATH=$env:PATH;$env:MKVToolNixPath" | Out-File -Append -FilePath $env:GITHUB_ENV
Expand Down

0 comments on commit c564998

Please sign in to comment.