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 36bcff4 commit c21fd59Copy full SHA for c21fd59
.github/workflows/build.yaml
@@ -110,6 +110,8 @@ jobs:
110
channel: 'stable'
111
- name: Install project dependencies
112
run: flutter pub get
113
+ - name: Run apt update
114
+ run: sudo apt-get update
115
- name: Install ninja-build libgtk-3-dev
116
run: sudo apt-get install -y ninja-build libgtk-3-dev
117
- name: Start Linux Build
0 commit comments