We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e8067 commit e6caf15Copy full SHA for e6caf15
ci/lint/01_install.sh
@@ -18,7 +18,8 @@ ${CI_RETRY_EXE} apt-get update
18
# - curl/xz-utils (to install shellcheck)
19
# - git (used in many lint scripts)
20
# - gpg (used by verify-commits)
21
-${CI_RETRY_EXE} apt-get install -y cargo curl xz-utils git gpg
+# - moreutils (used by scripted-diff)
22
+${CI_RETRY_EXE} apt-get install -y cargo curl xz-utils git gpg moreutils
23
24
PYTHON_PATH="/python_build"
25
if [ ! -d "${PYTHON_PATH}/bin" ]; then
0 commit comments