From 6fc309e94e37ac564c833554cbd49a3c46d70bd8 Mon Sep 17 00:00:00 2001 From: Neraste Date: Sun, 26 Jan 2025 19:04:32 +0100 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b22c02..63361df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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