mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
WORKFLOWS: trying to add a real persistency to cooker persistent builds
This commit is contained in:
parent
ec0083a36e
commit
75f39eceba
|
@ -19,6 +19,8 @@ mkdir -vp ${$BUILD_DIR}/"$FOLDER"
|
|||
flatpak-builder --user --force-clean \
|
||||
--install-deps-from=flathub \
|
||||
--install-deps-from=flathub-beta \
|
||||
--keep-build-dirs \
|
||||
--rebuild-on-sdk-change \
|
||||
--repo="${BUILD_DIR}/.local" \
|
||||
--disable-download \
|
||||
"${BUILD_DIR}/${FOLDER}" \
|
||||
|
|
Loading…
Reference in a new issue