Skip to content

Commit 399e165

Browse files
committed
fix: Add subversion to APT dependencies
1 parent 813a3b7 commit 399e165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ffmpeg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install APT dependencies
8080
uses: awalsh128/cache-apt-pkgs-action@v1
8181
with:
82-
packages: ragel cvs yasm pax nasm gperf autogen autoconf-archive
82+
packages: subversion ragel cvs yasm pax nasm gperf autogen autoconf-archive
8383

8484
- name: Install pip dependencies
8585
run: sudo -H pip3 -qq install meson ninja

0 commit comments

Comments
 (0)