File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4242 - name : Install builder dependencies
4343 shell : bash
4444 run : |
45- sudo apt install flatpak flatpak-builder elfutils -y
45+ sudo apt install flatpak -y
46+ sudo apt install flatpak-builder -y
47+ sudo apt install elfutils -y
4648 flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
4749 git config --global --add protocol.file.allow always
4850 - name : Build the app (Linux)
Original file line number Diff line number Diff line change 3030 - name : Install builder dependencies
3131 shell : bash
3232 run : |
33- sudo apt install flatpak flatpak-builder elfutils -y
33+ sudo apt install flatpak -y
34+ sudo apt install flatpak-builder -y
35+ sudo apt install elfutils -y
3436 flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
3537 git config --global --add protocol.file.allow always
3638 - name : Build the app
You can’t perform that action at this time.
0 commit comments