8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dde7ab commit 19518bcCopy full SHA for 19518bc
.github/workflows/unit-tests.yml
@@ -63,6 +63,12 @@ jobs:
63
sudo apt-get update
64
sudo apt-get install zopfli
65
66
+ - name: Install system dependencies
67
+ run: |
68
+ echo "::group::install tools & libraries"
69
+ sudo apt-get install ffmpeg
70
+ echo "::endgroup::"
71
+
72
- name: Configure environment
73
run: |
74
git config --global user.email ""
.github/workflows/windows.yml
@@ -96,9 +96,9 @@ jobs:
96
97
php phpunit install
98
99
- - name: Install memurai-developer
+ - name: Install memurai-developer, ffmpeg
100
101
- choco install --no-progress memurai-developer
+ choco install --no-progress memurai-developer ffmpeg
102
103
- name: Run tests (minimal extensions)
104
if: always() && steps.setup.outcome == 'success'
0 commit comments