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 2, 2024
1 parent 1e0b596 commit 4075562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Run tests
run: |
echo "C:\Program Files\MKVToolNix" >> $GITHUB_PATH
echo "C:\\Program Files\\MKVToolNix" >> $GITHUB_PATH
echo "{C:\Program Files\MKVToolNix}" >> $GITHUB_PATH
echo "C:/Program Files/MKVToolNix" >> $GITHUB_PATH
echo "$PATH"
echo "$GITHUB_PATH"
Test-Path "C:\Program Files\MKVToolNix" -PathType Container
"C:\Program Files\MKVToolNix\mkvmerge.exe" --version
& "C:\Program Files\MKVToolNix\mkvmerge.exe" --version
mkvmerge -h

0 comments on commit 4075562

Please sign in to comment.