Skip to content

Commit

Permalink
[GitHub Actions] Flatpak: Tweak dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Mar 30, 2024
1 parent 151093d commit de9b317
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
steps:
- name: Install Dependencies
run: |
echo "::group::apt install dependencies"
sudo apt install flatpak python3-aiohttp python3-tenacity dbus-daemon curl
echo "::group::apt-get install dependencies"
sudo apt-get -u update
DEBIAN_FRONTEND=noninteractive sudo apt-get -y install flatpak python3-aiohttp python3-tenacity dbus-daemon curl
echo "::endgroup::"
echo "::group::flatpak remote-add"
Expand Down

0 comments on commit de9b317

Please sign in to comment.