Skip to content

Commit

Permalink
Perform an update before intalling packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Aug 8, 2023
1 parent 6a3424f commit 57a58a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Build application for linux
run: |
sudo apt update
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
flutter build linux --release
cd flatpak/scripts
Expand Down

0 comments on commit 57a58a4

Please sign in to comment.