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 4b3d991 commit ee63f09Copy full SHA for ee63f09
.github/workflows/flatpak.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Flutter dependencies
28
run: |
29
sudo apt-get update
30
- sudo apt-get install -y libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev
+ sudo apt-get install -y libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libcurl4-openssl-dev
31
32
- name: Setup Flutter
33
uses: subosito/flutter-action@v2
pubspec.foss.yaml
@@ -163,4 +163,4 @@ msix_config:
163
architecture: x64
164
capabilities: 'internetClient'
165
store: true
166
- logo_path: assets/images/icon.png
+ logo_path: assets/images/icon.png
0 commit comments