[BRE-1561] Fix flatpak install build desktop (#18814) (#19108)

* Remove redundant flatpak installation command in build workflow

* Try select one of the packages

* Update .github/workflows/build-desktop.yml



---------

Co-authored-by: Michał Chęciński <mchecinski@bitwarden.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
bre-1646/cherry-pick-version-bump
aj-bw 3 months ago committed by GitHub
parent 54cc0982b8
commit 0a8fda3634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2054,7 +2054,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libasound2 flatpak xvfb dbus-x11
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y --user flathub
- name: Install flatpak
working-directory: apps/desktop/artifacts/linux/flatpak

Loading…
Cancel
Save