From c2ce25c1016fb51f63200f913b88d57b56c516b0 Mon Sep 17 00:00:00 2001 From: Denis Kokorin Date: Mon, 26 Aug 2024 13:58:50 +0300 Subject: [PATCH] Choco instead of winget --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eab2541f..cfe6499f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,7 @@ jobs: if: startsWith(matrix.os, 'macos') - name: Install ffmpeg on Windows - run: winget install ffmpeg --accept-package-agreements + run: choco install ffmpeg if: startsWith(matrix.os, 'windows') - run: ffmpeg -version