From 6237a0a4cfda64b23ba4be689e5f99f703ac9f50 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Mon, 20 May 2024 18:34:06 +0200 Subject: [PATCH] actions: try another install with ffmpeg --- .github/workflows/safari.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/safari.yml b/.github/workflows/safari.yml index f947c376b3..c5c9ec50e1 100644 --- a/.github/workflows/safari.yml +++ b/.github/workflows/safari.yml @@ -19,7 +19,9 @@ jobs: - name: Use Pyhton uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.12' + - name: Install FFMPEG + run: brew install ffmpeg - name: Install browsertime run: npm ci - name: Install Python dependencies