Skip to content

Commit

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

echo "::group::flatpak-builder"
mkdir -p "$(pwd)/.flatpak-builder"
echo "CCACHE_DIR=${CCACHE_DIR}"
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}"
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::"

if [[ "$WZ_FLATPAK_TARGET_ARCH" != "$WZ_FLATPAK_BUILD_ARCH" ]]; then
Expand Down

0 comments on commit c7c4633

Please sign in to comment.