Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 2997158

Browse files
authored
💚 Ensure that flatpak deps are installed
1 parent 61a74ef commit 2997158

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,12 @@ jobs:
407407

408408
- name: Install flatpak builder
409409
run: |
410-
sudo apt-get install -y flatpak-builder
411-
410+
sudo apt-get install -y flatpak-builder
411+
412+
- name: Install build dependancies
413+
run: |
414+
flatpak install flathub org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08 org.mozilla.firefox.BaseApp//22.08 --assumeyes
415+
412416
- name: Import GPG keys
413417
run: |
414418
mkdir ~/.gpg

0 commit comments

Comments
 (0)