Skip to content

Commit

Permalink
Update linux_appimage_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Aug 8, 2024
1 parent 372e097 commit d2f5e77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linux_appimage_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ jobs:
run: |
git clone --depth=1 https://github.com/overte-org/overte-builder.git
- name: Install dependencies
shell: bash
working-directory: appimage
run: |
basedir=`pwd`
overtedir="$basedir/Overte"
cd overte-builder
./overte-builder --auto --make-appimage --skip-build --skip-install --install-deps-only --destdir="$overtedir"
- name: Build AppImage
shell: bash
working-directory: appimage
Expand Down

0 comments on commit d2f5e77

Please sign in to comment.