WORKFLOW: cooker-persistent, re-added force clean as it's needed

This commit is contained in:
XargonWan 2023-12-20 23:33:51 +01:00
parent 56fe07206d
commit f22899a3e7
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ if [ $PERSISTENCE==true ]; then
mkdir -vp "${GITHUB_WORKSPACE}"/{local,retrodeck-flatpak-cooker}
flatpak-builder --user \
flatpak-builder --user --force-clean \
--install-deps-from=flathub \
--install-deps-from=flathub-beta \
--repo="${GITHUB_WORKSPACE}/.local" \

View file

@ -20,7 +20,7 @@ if [ $PERSISTENCE==true ]; then
mkdir -vp ${GITHUB_WORKSPACE}/.local
mkdir -vp ${GITHUB_WORKSPACE}/"$FOLDER"
flatpak-builder --user \
flatpak-builder --user --force-clean \
--install-deps-from=flathub \
--install-deps-from=flathub-beta \
--repo="${GITHUB_WORKSPACE}/.local" \