Skip to content

Commit

Permalink
CI: try fixing apt-get on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jpohhhh committed Apr 23, 2024
1 parent 07b226a commit 08c924d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ definitions:
script_linux_packages: &script_linux_packages
name: Linux packages
script: |
sudo apt-get update
sudo apt-get install libgstreamer1.0-dev
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
script_linux_build: &script_linux_build
name: Linux build
script: cd example && flutter build linux --verbose --no-tree-shake-icons
Expand Down

0 comments on commit 08c924d

Please sign in to comment.