ci: update gitea
Some checks failed
Build / Flatpak (x86_64) (push) Failing after 20m55s

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

View File

@ -22,7 +22,10 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - 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 - name: Build
run: | run: |
flatpak-builder --repo=repo --force-clean build build-aux/flatpak/io.github.Bavarder.Bavarder.json flatpak-builder --repo=repo --force-clean build build-aux/flatpak/io.github.Bavarder.Bavarder.json