Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Jan 19, 2024
1 parent c813a48 commit c2d1e02
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@ jobs:
- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libmpv-dev libass-dev libappindicator3-dev libcurl4-openssl-dev
packages: libappindicator3-dev libcurl4-openssl-dev libass-dev libavcodec-dev
version: 1.0

- name: Download libmpv-dev_0.35.1
run: wget http://mirrors.kernel.org/ubuntu/pool/universe/m/mpv/libmpv-dev_0.35.1-2ubuntu1_amd64.deb -O libmpv-dev.deb

- name: test
run: ls /usr/lib/x86_64-linux-gnu/ | grep mpv

- name: Install libmpv-dev_0.35.1
run: dpkg-deb -R ./libmpv-dev.deb ./libmpv-dev && sudo rm /usr/lib/x86_64-linux-gnu/libmpv* && sudo cp -r ./libmpv-dev/* /
run: dpkg-deb -R ./libmpv-dev.deb /

- name: test
run: ls /usr/lib/x86_64-linux-gnu/ | grep mpv
Expand Down

0 comments on commit c2d1e02

Please sign in to comment.