Skip to content

Commit

Permalink
Tweak last (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Dec 8, 2023
1 parent 6759a4a commit 5fd6a77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/flatpak/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# This requires a bunch of environment variables to be set. See the CI workflow

echo "::group::flatpak-builder"
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} "$(pwd)/${WZ_FLATPAK_BUILD_DIR}" "$(pwd)/${WZ_FLATPAK_MANIFEST_PATH}"
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}"
echo "::endgroup::"

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

0 comments on commit 5fd6a77

Please sign in to comment.