Try again

This commit is contained in:
2026-05-29 00:57:45 +02:00
parent 281a94d6f1
commit f93f2b2f56
+5 -2
View File
@@ -8,11 +8,14 @@ on:
jobs: jobs:
build-flatpak: build-flatpak:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: ubuntu:22.04
options: --privileged
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update || apt-get update apt-get update
sudo apt-get install -y curl ca-certificates jq sed flatpak flatpak-builder ostree git binutils xz-utils zstd || apt-get install -y curl ca-certificates jq sed flatpak flatpak-builder ostree git binutils xz-utils zstd apt-get install -y curl ca-certificates jq sed flatpak flatpak-builder ostree git binutils xz-utils zstd
- name: Checkout repository - name: Checkout repository
run: | run: |