1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-18 13:48:37 -04:00

Merge pull request #2735 from srcejon/flatpak

Fix Flatpak build
This commit is contained in:
Edouard Griffiths
2026-05-21 01:05:57 +02:00
committed by GitHub
+3 -7
View File
@@ -16,18 +16,14 @@ jobs:
runs-on: ubuntu-latest
env:
ARCH: x86_64
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- uses: actions/checkout@v4
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: |