Skip to content

Commit e4d20a8

Browse files
author
amin
committed
update ci
1 parent 15b34b7 commit e4d20a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ jobs:
3939
- name: Install dependencies
4040
run: composer install --prefer-dist --no-progress
4141

42-
- name: Install FFmpeg
42+
- name: Install FFmpeg 7.1.1
4343
run: |
4444
sudo apt update
4545
sudo apt install -y \
4646
autoconf automake build-essential cmake git libtool \
4747
pkg-config texinfo zlib1g-dev libx264-dev libx265-dev \
4848
libvpx-dev libfdk-aac-dev libmp3lame-dev libopus-dev \
4949
nasm
50-
51-
git clone --depth=1 https://github.com/FFmpeg/FFmpeg.git
50+
51+
git clone https://github.com/FFmpeg/FFmpeg.git
5252
cd FFmpeg
53+
git checkout n7.1.1
5354
./configure --enable-shared --enable-gpl --enable-nonfree \
5455
--enable-libx264 --enable-libx265 --enable-libvpx \
5556
--enable-libfdk-aac --enable-libmp3lame --enable-libopus
@@ -63,6 +64,5 @@ jobs:
6364
php -v
6465
php -r "echo 'FFI enabled: ' . (extension_loaded('ffi') ? 'yes' : 'no') . PHP_EOL;"
6566
66-
6767
- name: Run PHPUnit tests
6868
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)