Skip to content

Commit bead522

Browse files
committed
Adjust build script
1 parent febd5f4 commit bead522

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
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)

.github/workflows/build-on-pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
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

0 commit comments

Comments
 (0)