Skip to content

Commit 20021e6

Browse files
committed
move move
1 parent 8a87aa3 commit 20021e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$version" = "all" ]; then
2828
./configure \
2929
--with-baseurl='https://localhost/domjudge/' \
3030
--with-domjudge-user=domjudge \
31-
--with-judgehost-chrootdir=${DIR}/chroot/domjudge | tee "$ARTIFACTS"/configure.txt
31+
--with-judgehost-chrootdir=/chroot/domjudge | tee "$ARTIFACTS"/configure.txt
3232
make build-scripts domserver judgehost docs
3333
make install-domserver install-judgehost install-docs
3434
else

0 commit comments

Comments
 (0)