rustc-dev-guide/ci/install.sh

6 lines
97 B
Bash

#!/bin/bash
set -ex
if command -v ghp-import >/dev/null 2>&1; then
pip install ghp-import
fi