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 d2f5e77 commit 60c032c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux_appimage_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
cd overte-builder
./overte-builder --auto --make-appimage --skip-build --skip-install --install-deps-only --destdir="$overtedir"
- name: Overwrite nodejs version
shell: bash
run: curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -

- name: Build AppImage
shell: bash
working-directory: appimage
Expand Down

0 comments on commit 60c032c

Please sign in to comment.