Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste authored Jan 26, 2025
1 parent c2e9548 commit 6fc309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Install native dependencies (Ubuntu)
run: sudo apt-get update && sudo apt-get install -y vlc mpv
if: matrix.os == 'ubuntu-latest
if: matrix.os == 'ubuntu-latest'

- name: Install native dependencies (MacOS)
run: brew install vlc mpv
Expand Down

0 comments on commit 6fc309e

Please sign in to comment.