Skip to content

Commit 97c28f6

Browse files
tytan652Lain-B
authored andcommitted
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.
1 parent f0459c9 commit 97c28f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
8383
84-
dnf install -y -q gh
84+
dnf install -y -q gh flatpak-builder-1.3.3-2.fc39
8585
gh extension install actions/gh-actions-cache
8686
8787
cache_key='flatpak-builder-${{ hashFiles('build-aux/**/*.json') }}'

0 commit comments

Comments
 (0)