We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433e20 commit 1657c5eCopy full SHA for 1657c5e
.github/workflows/create_artifacts.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Enable desktop support
72
run: |
73
flutter config --enable-linux-desktop
74
- sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev
+ sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev --fix-missing
75
- name: Build Linux app
76
run: flutter build linux
77
- name: Create artifact
0 commit comments