Skip to content

Commit ad66829

Browse files
karaketir16cmuellner
authored andcommitted
wait cleanup to complete
1 parent 30f167c commit ad66829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/cleanup-rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# while the process moves forward (for apt we'll need to wait for it to finish
55
# before we install dependencies later on, but it'll only give us a 1-3GBs so
66
# we can skip it.
7-
WAIT=0 # Set to 1 if you want to wait for the cleanup to finish before proceeding.
7+
WAIT=1 # Set to 1 if you want to wait for the cleanup to finish before proceeding.
88

99
PACKAGES=(
1010
"firefox"

0 commit comments

Comments
 (0)