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

Commit 43385c7

Browse files
authored
💚 Assume yes for installing dev deps
1 parent 2b56977 commit 43385c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
- name: Install build dependancies
413413
run: |
414414
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
415-
sudo flatpak install flathub org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08 org.mozilla.firefox.BaseApp//22.08
415+
sudo flatpak install flathub org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08 org.mozilla.firefox.BaseApp//22.08 -y
416416
417417
- name: Import GPG keys
418418
run: |

0 commit comments

Comments
 (0)