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 1bfa314 commit 8a119c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- 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 libmpv-dev mpv ninja-build
sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev libmpv-dev mpv ninja-build fuse
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
Expand All @@ -48,8 +48,7 @@ jobs:
--appdir=$APP_DIR \
--output appimage \
--desktop-file $APP_DIR/myapp.desktop \
--icon-file $APP_DIR/myapp.png \
--no-fuse
--icon-file $APP_DIR/myapp.png
# Upload the AppImage as an artifact (optional)
- name: Upload AppImage artifact
Expand Down

0 comments on commit 8a119c9

Please sign in to comment.