Skip to content

Commit

Permalink
Tweak last (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Dec 8, 2023
1 parent 3e1f3bf commit d01827f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/flatpak/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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}"
flatpak run org.flatpak.Builder --verbose --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --install-deps-from=flathub --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
Expand Down

0 comments on commit d01827f

Please sign in to comment.