diff --git a/.ci/flatpak/build.sh b/.ci/flatpak/build.sh index aa539a2164c..677920f301b 100755 --- a/.ci/flatpak/build.sh +++ b/.ci/flatpak/build.sh @@ -2,7 +2,7 @@ # This requires a bunch of environment variables to be set. See the CI workflow echo "::group::flatpak-builder" -flatpak-builder --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --default-branch=${WZ_FLATPAK_BRANCH} --mirror-screenshots-url=${WZ_FLATPAK_MIRROR_SCREENSHOTS_URL} "${WZ_FLATPAK_BUILD_DIR}" ${WZ_FLATPAK_MANIFEST_PATH} +flatpak run --command=flatpak-builder org.flatpak.Builder --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --default-branch=${WZ_FLATPAK_BRANCH} --mirror-screenshots-url=${WZ_FLATPAK_MIRROR_SCREENSHOTS_URL} "${WZ_FLATPAK_BUILD_DIR}" ${WZ_FLATPAK_MANIFEST_PATH} echo "::endgroup::" if [[ "$WZ_FLATPAK_TARGET_ARCH" != "$WZ_FLATPAK_BUILD_ARCH" ]]; then diff --git a/.github/workflows/CI_flatpak.yml b/.github/workflows/CI_flatpak.yml index 208d27ff99a..729b61de75b 100644 --- a/.github/workflows/CI_flatpak.yml +++ b/.github/workflows/CI_flatpak.yml @@ -65,7 +65,7 @@ jobs: dnf update -y echo "::endgroup::" echo "::group::dnf install dependencies" - dnf install -y cmake git git-lfs dbus-daemon flatpak flatpak-builder python3-aiohttp python3-tenacity python3-gobject ccache zstd curl appstream + dnf install -y cmake git git-lfs dbus-daemon flatpak python3-aiohttp python3-tenacity python3-gobject ccache zstd curl appstream echo "::endgroup::" echo "::group::flatpak remote-add"