ci: update gitea
Build / Flatpak (x86_64) (push) Failing after 20m55s Details

This commit is contained in:
0xMRTT 2023-05-28 17:25:30 +02:00
parent e3ec9faa28
commit 1437d80260
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: dnf -y install docker flatpak-builder flatpak git
run: |
dnf -y install docker flatpak-builder flatpak git
flatpak install org.gnome.Sdk/x86_64/44 -y
flatpak install org.gnome.Platform/x86_64/44 -y
- name: Build
run: |
flatpak-builder --repo=repo --force-clean build build-aux/flatpak/io.github.Bavarder.Bavarder.json