File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ npm install -g pnpm@7.33.7
99(cd ci/github-actions && pnpm install)
1010
1111echo " Installing hyperfine from GitHub release..." >&2
12- HYPERFINE_VERSION =" 1.20.0"
13- HYPERFINE_ARCHIVE =" hyperfine-v${HYPERFINE_VERSION } -x86_64-unknown-linux-musl"
14- HYPERFINE_URL =" https://github.com/sharkdp/hyperfine/releases/download/v${HYPERFINE_VERSION } /${HYPERFINE_ARCHIVE } .tar.gz"
12+ hyperfine_version =" 1.20.0"
13+ hyperfine_archive_name =" hyperfine-v${hyperfine_version } -x86_64-unknown-linux-musl"
14+ hyperfine_url =" https://github.com/sharkdp/hyperfine/releases/download/v${hyperfine_version } /${hyperfine_archive_name } .tar.gz"
1515mkdir -p " $HOME /.local/bin"
16- curl -fsSL " $HYPERFINE_URL " \
17- | tar -xz --strip-components=1 -C " $HOME /.local/bin" " ${HYPERFINE_ARCHIVE } /hyperfine"
16+ curl -fsSL " $hyperfine_url " \
17+ | tar -xz --strip-components=1 -C " $HOME /.local/bin" " ${hyperfine_archive_name } /hyperfine"
You can’t perform that action at this time.
0 commit comments