Skip to content

Commit

Permalink
[workflows\run_test] On macOS, add --cask arg to install mkvtoolnix
Browse files Browse the repository at this point in the history
Before this commit, we get this log warning: Treating mkvtoolnix as a formula. For the cask, use homebrew/cask/mkvtoolnix or specify the `--cask` flag.
  • Loading branch information
moi15moi committed Sep 10, 2024
1 parent 41b2587 commit 8f753e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install platform-specific requirements (macOS)
if: runner.os == 'macOS'
run: brew install mkvtoolnix
run: brew install --cask mkvtoolnix

- name: Install platform-specific requirements (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 8f753e5

Please # to comment.