CI: Downgrade flatpak-builder to fix Flatpak publish

Fedora unfortunately provides unstable version of flatpak-builder, so we
downgrade to the lowest version available for Fedora 39 which is
functional for releases.
This commit is contained in:
tytan652
2023-12-10 13:32:20 -06:00
committed by Lain
parent f0459c9555
commit 97c28f6faf
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
dnf install -y -q gh
dnf install -y -q gh flatpak-builder-1.3.3-2.fc39
gh extension install actions/gh-actions-cache
cache_key='flatpak-builder-${{ hashFiles('build-aux/**/*.json') }}'