Skip to content

Commit

Permalink
install ffmpeg on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jan 13, 2025
1 parent b2403ba commit e1f2933
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
with:
python-version: '3.11.1'

- name: Update ubuntu
run: sudo apt update

- name: Install ffmpeg
run: sudo apt install ffmpeg -y

- name: Install poetry
run: pipx install --python python3.11 poetry

Expand Down

0 comments on commit e1f2933

Please sign in to comment.