Skip to content

Commit 57a58a4

Browse files
committed
Perform an update before intalling packages
1 parent 6a3424f commit 57a58a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
7171
- name: Build application for linux
7272
run: |
73+
sudo apt update
7374
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
7475
flutter build linux --release
7576
cd flatpak/scripts

0 commit comments

Comments
 (0)