Skip to content

Commit 1657c5e

Browse files
attempt to fix pipeline
1 parent a433e20 commit 1657c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Enable desktop support
7272
run: |
7373
flutter config --enable-linux-desktop
74-
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev
74+
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev --fix-missing
7575
- name: Build Linux app
7676
run: flutter build linux
7777
- name: Create artifact

0 commit comments

Comments
 (0)