Skip to content

Commit

Permalink
actions: try another install with ffmpeg (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored May 20, 2024
1 parent db9bc9d commit bc34da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc34da6

Please sign in to comment.