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 b7f74c8 commit 8345abeCopy full SHA for 8345abe
.github/workflows/app_facing_package.yaml
@@ -219,6 +219,10 @@ jobs:
219
220
# Steps represent a sequence of tasks that will be executed as part of the job
221
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
+
226
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
227
- uses: actions/checkout@v2
228
@@ -227,8 +231,6 @@ jobs:
231
with:
232
channel: 'stable'
229
233
230
- - uses: seanmiddleditch/gha-setup-ninja@master
-
234
# Enable platform support
235
- name: Enable Linux
236
run: flutter config --enable-linux-desktop
0 commit comments