8000 CI Install ffmpeg in system dependencies for linux and windows tests · symfonyaml/symfony@19518bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 19518bc

Browse files
author
symfonyaml
committed
CI Install ffmpeg in system dependencies for linux and windows tests
1 parent 5dde7ab commit 19518bc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ jobs:
6363
sudo apt-get update
6464
sudo apt-get install zopfli
6565
66+
- name: Install system dependencies
67+
run: |
68+
echo "::group::install tools & libraries"
69+
sudo apt-get install ffmpeg
70+
echo "::endgroup::"
71+
6672
- name: Configure environment
6773
run: |
6874
git config --global user.email ""

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
9797
php phpunit install
9898
99-
- name: Install memurai-developer
99+
- name: Install memurai-developer, ffmpeg
100100
run: |
101-
choco install --no-progress memurai-developer
101+
choco install --no-progress memurai-developer ffmpeg
102102
103103
- name: Run tests (minimal extensions)
104104
if: always() && steps.setup.outcome == 'success'

0 commit comments

Comments
 (0)
0