Skip to content

Commit 7bf14e8

Browse files
author
Michael Vasseur
committed
Actually uninstall the package
1 parent 7b6276c commit 7bf14e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/chroot_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd /opt/domjudge/judgehost/bin || exit 1
4444
section_end chroot
4545

4646
section_start "Show minimal chroot"
47-
apt-get install -y arch-test
47+
apt-get purge -y arch-test
4848
./dj_make_chroot -a "$ARCH" | tee -a "$ARTIFACTS"/chroot.log
4949
section_end
5050

0 commit comments

Comments
 (0)