mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
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:
@@ -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') }}'
|
||||
|
||||
Reference in New Issue
Block a user