Skip to content

Commit

Permalink
Tweak last (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Dec 8, 2023
1 parent c7c4633 commit 3e1f3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/flatpak/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

echo "::group::flatpak-builder"
mkdir -p "$(pwd)/.flatpak-builder"
echo "flatpak info --arch=${WZ_FLATPAK_BUILD_ARCH} --show-commit org.freedesktop.Sdk ${WZ_FREEDESKTOP_RUNTIME_VERSION}"
flatpak info --arch=${WZ_FLATPAK_BUILD_ARCH} --show-commit org.freedesktop.Sdk ${WZ_FREEDESKTOP_RUNTIME_VERSION}
flatpak run org.flatpak.Builder --verbose --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::"

Expand Down

0 comments on commit 3e1f3bf

Please sign in to comment.