This commit is contained in:
KenwoodFox
2026-06-28 23:10:26 -04:00
parent 4ce39c6f3e
commit 56aab1536d

View File

@@ -50,5 +50,6 @@ jobs:
AUTOPKG_REPLACE: ${{ github.event.inputs.replace }}
ONLY: ${{ github.event.inputs.only }}
run: |
sudo -E -u builder \
# -E keeps AUTOPKG_*; force HOME to builder's so cargo/git/etc. can write their caches
sudo -E -u builder env HOME=/home/builder \
python3 autopackage.py --keep-going ${ONLY:+--only $ONLY}