Skip to content

Commit 6b62928

Browse files
committed
Install ffmpeg in integration-tests CI job
https://claude.ai/code/session_0161hwiY52dSwBergfZmniKA
1 parent c212fc8 commit 6b62928

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install dependencies
3939
run: pnpm install
4040

41+
- name: Install ffmpeg
42+
run: sudo apt-get install -y ffmpeg
43+
4144
- name: Install Playwright Chromium
4245
run: pnpm --filter @git-glimpse/core exec playwright install chromium --with-deps
4346

0 commit comments

Comments
 (0)