mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Install flatpak and builder
This commit is contained in:
@@ -21,6 +21,13 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Install Flatpak tooling
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y flatpak flatpak-builder xvfb
|
||||
- name: Add Flathub remote
|
||||
run: |
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user