Skip to content

Commit

Permalink
Fix Flatpak build by adding Node.js SDK extension
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Jan 23, 2025
1 parent 980f456 commit 8d8f8e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y flatpak flatpak-builder
- name: Add Flathub remote
- name: Add Flathub remote and install dependencies
run: |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y flathub org.freedesktop.Platform//24.08 org.freedesktop.Sdk//24.08
sudo flatpak install -y flathub \
org.freedesktop.Platform//24.08 \
org.freedesktop.Sdk//24.08 \
org.freedesktop.Sdk.Extension.node20//24.08
- name: Build Flatpak
run: |
Expand Down

0 comments on commit 8d8f8e2

Please sign in to comment.