Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 19, 2024
1 parent bd5365b commit 77077db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/chroot.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHROOT="/chroot/domjudge"
# Cleanup old dir
rm -rf $CHROOT

// In GHA CI we use this option to trigger all non specific architectures.
# In GHA CI we use this option to trigger all non specific architectures.
if [ "${ARCH}" = 'default_placeholder' ]; then
unset $ARCH
fi
Expand Down

0 comments on commit 77077db

Please sign in to comment.