chore: add missing apt-get update instruction

Change-Id: Ie279dc360c54b13702842c985fb7b6cfaaef3220
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2022-12-02 15:35:31 +01:00 committed by Florent BENOIT
parent 73cd0f26c1
commit d6c60ea226
3 changed files with 3 additions and 0 deletions

View file

@ -112,6 +112,7 @@ jobs:
- name: Install flatpak on Linux
if: ${{ matrix.os=='ubuntu-20.04' }}
run: |
sudo apt-get update
sudo apt-get install flatpak -y
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y

View file

@ -96,6 +96,7 @@ jobs:
- name: Install flatpak
run: |
sudo apt-get update
sudo apt-get install flatpak -y
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y

View file

@ -162,6 +162,7 @@ jobs:
- name: Install flatpak on Linux
if: ${{ matrix.os=='ubuntu-20.04' }}
run: |
sudo apt-get update
sudo apt-get install flatpak -y
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y