Adjust build script

This commit is contained in:
Geomitron
2025-03-13 15:54:37 -05:00
parent febd5f4833
commit bead5226b4
2 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,9 @@ jobs:
- name: Install builder dependencies - name: Install builder dependencies
shell: bash shell: bash
run: | run: |
sudo apt install flatpak flatpak-builder elfutils -y sudo apt install flatpak -y
sudo apt install flatpak-builder -y
sudo apt install elfutils -y
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
git config --global --add protocol.file.allow always git config --global --add protocol.file.allow always
- name: Build the app (Linux) - name: Build the app (Linux)

View File

@@ -30,7 +30,9 @@ jobs:
- name: Install builder dependencies - name: Install builder dependencies
shell: bash shell: bash
run: | run: |
sudo apt install flatpak flatpak-builder elfutils -y sudo apt install flatpak -y
sudo apt install flatpak-builder -y
sudo apt install elfutils -y
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
git config --global --add protocol.file.allow always git config --global --add protocol.file.allow always
- name: Build the app - name: Build the app