Skip to content

Commit

Permalink
add gtk dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akemimadoka committed Nov 12, 2020
1 parent 09ecd86 commit 84f1683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -41,7 +41,7 @@ task:
folder: ~/.pub-cache
setup_script:
- apt update
- apt install cmake ninja-build clang -y
- apt install cmake ninja-build clang pkg-config libgtk-3-dev -y
- flutter config --enable-linux-desktop
build_script:
- cd flutter_local_notifications/example
Expand Down

0 comments on commit 84f1683

Please sign in to comment.