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

Commit 31f0ab8

Browse files
authored
💚 Don't assume yes
1 parent 2632c94 commit 31f0ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ jobs:
411411
412412
- name: Install build dependancies
413413
run: |
414-
sudo flatpak remote-add --assumeyes --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 --assumeyes
414+
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
416416
417417
- name: Import GPG keys
418418
run: |

0 commit comments

Comments
 (0)