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 b63b033 commit c16977bCopy full SHA for c16977b
.github/workflows/supabase_flutter.yml
@@ -107,8 +107,8 @@ jobs:
107
- name: Build Linux app
108
if: ${{ matrix.os == 'ubuntu-latest' && matrix.flutter-version == '3.x'}}
109
run: |
110
- apt-get update
111
- apt-get install -y libgtk-3-dev libblkid-dev liblzma-dev
+ sudo apt-get update
+ sudo apt-get install -y libgtk-3-dev libblkid-dev liblzma-dev
112
cd example
113
flutter build linux
114
0 commit comments