Skip to content

Commit 1bceeb4

Browse files
committed
fix: remove wrong CI dep
1 parent 9b24d7f commit 1bceeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
channel: 'stable'
5050
flutter-version: ${{env.FLUTTER_VERSION}}
5151
- run: sudo apt update
52-
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libmpv-dev
52+
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev
5353
- run: flutter pub get
5454
- run: flutter build linux -v

0 commit comments

Comments
 (0)