Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyfle committed Nov 7, 2024
1 parent f3c43df commit 7bd36b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
yasm \
nasm
- name: Download and compile FFmpeg v6
run: |
- name: Download and compile FFmpeg v6
run: |
git clone --depth 1 --branch n6.1 https://github.com/FFmpeg/FFmpeg.git ffmpeg
cd ffmpeg
./configure --disable-shared --enable-static
make -j$(nproc)
sudo make install
- name: Verify FFmpeg version
run: |
- name: Verify FFmpeg version
run: |
ffmpeg -version | head -n1
pkg-config --modversion libavcodec
Expand Down

0 comments on commit 7bd36b8

Please sign in to comment.