Skip to content

Commit

Permalink
CI: Downgrade flatpak-builder to fix Flatpak publish
Browse files Browse the repository at this point in the history
Fedora unfortunately provides unstable version of flatpak-builder, so we
downgrade to the lowest version available for Fedora 39 which is
functional for releases.
  • Loading branch information
tytan652 authored and Lain-B committed Dec 10, 2023
1 parent f0459c9 commit 97c28f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}'
Expand Down

0 comments on commit 97c28f6

Please sign in to comment.