Skip to content

Commit 8345abe

Browse files
committed
install other libraries
1 parent b7f74c8 commit 8345abe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/app_facing_package.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ jobs:
219219

220220
# Steps represent a sequence of tasks that will be executed as part of the job
221221
steps:
222+
# Install libraries for Linux
223+
- run: sudo apt-get update -y
224+
- run: sudo apt-get install -y ninja-build libgtk-3-dev libblkid-dev
225+
222226
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
223227
- uses: actions/checkout@v2
224228

@@ -227,8 +231,6 @@ jobs:
227231
with:
228232
channel: 'stable'
229233

230-
- uses: seanmiddleditch/gha-setup-ninja@master
231-
232234
# Enable platform support
233235
- name: Enable Linux
234236
run: flutter config --enable-linux-desktop

0 commit comments

Comments
 (0)