Skip to content

Commit b658386

Browse files
committed
fix: ci dev build
1 parent 99f89dc commit b658386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
sudo apt update
32-
sudo apt install libmpv-dev gcc-mingw-w64 7z -y
32+
sudo apt install libmpv-dev gcc-mingw-w64 7zip -y
3333
rustup target add x86_64-pc-windows-gnu
3434
3535
- name: Get libmpv for the windows build

0 commit comments

Comments
 (0)