Skip to content

Commit

Permalink
set ffmpeg version
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 11, 2024
1 parent d054d72 commit ed8ca99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- name: Install FFMPEG
uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
ffmpeg-version: 5.1.4
- name: Install browsertime
run: npm ci
- name: Install Pythom dependencies
- name: Install Python dependencies
run: |
python -m pip install --upgrade --user pip
python -m pip install --upgrade --user setuptools
Expand Down

0 comments on commit ed8ca99

Please sign in to comment.