Skip to content

Commit

Permalink
自动打包脚本linux添加libmpv-dev mpv 工具包
Browse files Browse the repository at this point in the history
  • Loading branch information
molihuan committed May 14, 2024
1 parent 5fe4ae7 commit a14e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: matrix.platform == 'linux'
run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
sudo apt-get install -y ninja-build libgtk-3-dev libmpv-dev mpv
flutter build linux --release
- name: Build for Windows
Expand Down

0 comments on commit a14e0f7

Please sign in to comment.