Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Jan 28, 2024
1 parent da65872 commit c21bb0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ jobs:

- name: Install missing packages
run: |
sudo add-apt-repository universe
sudo apt update
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev desktop-file-utils
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev desktop-file-utils libfuse2
- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit c21bb0c

Please sign in to comment.