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 c2d1e02 commit ef385bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: wget http://mirrors.kernel.org/ubuntu/pool/universe/m/mpv/libmpv-dev_0.35.1-2ubuntu1_amd64.deb -O libmpv-dev.deb

- name: Install libmpv-dev_0.35.1
run: dpkg-deb -R ./libmpv-dev.deb /
run: sudo dpkg-deb -R ./libmpv-dev.deb /

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

0 comments on commit ef385bb

Please sign in to comment.