1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 08:54:49 -04:00

Use container

This commit is contained in:
Jon Beniston
2026-05-19 07:59:42 +01:00
parent de6bdf6ac4
commit 9df66f8473
+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 --user flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Get version
id: get_version
run: |