Skip to content

Commit

Permalink
Merge branch 'v1.0.0-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiZamorano committed Jun 15, 2024
2 parents 0e0bc0d + 9772b35 commit 50d522a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
run: |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Install Freedesktop SDK and Platform (system-wide)
- name: Install Freedesktop SDK and Platform and Node.js 20 Extension
run: |
sudo flatpak install -y flathub org.freedesktop.Sdk//23.08
sudo flatpak install -y flathub org.freedesktop.Platform//23.08
sudo flatpak install -y flathub org.freedesktop.Sdk.Extension.node20//23.08
- name: Install Electron 2 BaseApp (system-wide)
run: |
Expand Down

0 comments on commit 50d522a

Please sign in to comment.