diff --git a/.github/workflows/safari.yml b/.github/workflows/safari.yml index f947c376b..c5c9ec50e 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