Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Mar 17, 2024
1 parent 893ed35 commit 9b2ac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ then
# https://github.com/actions/runner-images/issues/9491
sudo sysctl vm.mmap_rnd_bits=28
;;
*) echo "::warning::not setting vm.mmap_rnd_bits for '$GITHUB_JOB'" >&2;;
*) echo "::warning::not setting vm.mmap_rnd_bits for '$GITHUB_JOB'" >&2; env;;
esac
elif test true = "$GITLAB_CI"
then
Expand Down

0 comments on commit 9b2ac79

Please sign in to comment.