Skip to content

Commit

Permalink
fix: Add subversion to APT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Jan 27, 2025
1 parent fb6e201 commit 86127df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ffmpeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install APT dependencies
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: ragel cvs yasm pax nasm gperf autogen autoconf-archive
packages: subversion ragel cvs yasm pax nasm gperf autogen autoconf-archive

- name: Install pip dependencies
run: sudo -H pip3 -qq install meson ninja
Expand Down

0 comments on commit 86127df

Please sign in to comment.