Skip to content

Commit

Permalink
Update deb_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk authored Nov 2, 2024
1 parent 76ee062 commit ed1bfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git clone https://github.com/mpv-player/mpv-build.git
cd mpv-build
sed -i 's/checkout_ffmpeg=master/checkout_ffmpeg=@f3eb622fc455cbef7b2fc9efacd82666e16ffd76/g' update
sed -i 's/checkout_ffmpeg=master/checkout_ffmpeg=@dcdfd7fb62464beeeb03c24f21713bf3914b9ea4/g' update
sed -i 's/checkout_libplacebo=master/checkout_libplacebo=@ed29e541a55acf28022738440b2a925386292551/g' update
sed -i 's/checkout_mpv=master/checkout_mpv=@140ec21c89d671d392877a7f3b91d67e7d7b9239/g' update
sed -i '/meson setup build -Dbuildtype=release \$OPTIONS "\$@"/s/^/#/' scripts/mpv-config
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
with:
name: artifact-deb
path: |
./*.deb
./*.deb

0 comments on commit ed1bfb7

Please sign in to comment.