Skip to content

Commit

Permalink
⚗️ Pipe experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Oct 24, 2024
1 parent 770e35b commit 76db67b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@ jobs:
with:
flutter-version: '3.24.3'

# Install AppImage dependencies
# Install AppImage and Linux dependencies
- name: Install AppImage and Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev mpv ninja-build
sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev libmpv-dev mpv ninja-build
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x linuxdeploy-x86_64.AppImage appimagetool-x86_64.AppImage
# Fetch Flutter dependencies
- name: Install Flutter dependencies
run: flutter pub get

# Run Flutter build for Linux
- name: Build Flutter Linux App
run: flutter build linux
Expand All @@ -52,4 +56,3 @@ jobs:
with:
name: my-flutter-app.AppImage
path: '*.AppImage'

0 comments on commit 76db67b

Please sign in to comment.