We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f89dc commit b658386Copy full SHA for b658386
.github/workflows/dev-builds.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
sudo apt update
32
- sudo apt install libmpv-dev gcc-mingw-w64 7z -y
+ sudo apt install libmpv-dev gcc-mingw-w64 7zip -y
33
rustup target add x86_64-pc-windows-gnu
34
35
- name: Get libmpv for the windows build
0 commit comments