From db9bc9dec7bed9c961111860c2a62b22edfb0486 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Mon, 20 May 2024 15:46:56 +0200 Subject: [PATCH] try without ffmpeg --- .github/workflows/safari.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/safari.yml b/.github/workflows/safari.yml index 314434ac6..f947c376b 100644 --- a/.github/workflows/safari.yml +++ b/.github/workflows/safari.yml @@ -19,12 +19,7 @@ jobs: - name: Use Pyhton uses: actions/setup-python@v5 with: - python-version: '3.12' - - name: Install FFMPEG - uses: FedericoCarboni/setup-ffmpeg@v3 - id: setup-ffmpeg - with: - ffmpeg-version: 5.1.4 + python-version: '3.12' - name: Install browsertime run: npm ci - name: Install Python dependencies