diff --git a/ci/lib.sh b/ci/lib.sh index 23974adc6a9ad2..1925528a01f669 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -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