diff options
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-x | ci/install.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/install.sh b/ci/install.sh deleted file mode 100755 index 9d90265..0000000 --- a/ci/install.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# shellcheck disable=SC1091 -set -exu - -. ci/env.inc.sh - -install_static_cacheable_build_dependencies "$@" |