Skip to content

Commit c21fd59

Browse files
authored
Update build.yaml
1 parent 36bcff4 commit c21fd59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
channel: 'stable'
111111
- name: Install project dependencies
112112
run: flutter pub get
113+
- name: Run apt update
114+
run: sudo apt-get update
113115
- name: Install ninja-build libgtk-3-dev
114116
run: sudo apt-get install -y ninja-build libgtk-3-dev
115117
- name: Start Linux Build

0 commit comments

Comments
 (0)