(cherry picked from commit 1dc71fb5aa
)
Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
@ -105,7 +105,11 @@ if [[ ! -e xargo-$version.md ]] || [[ ! -x bin/xargo ]]; then
|
||||
fi
|
||||
|
||||
# Install Criterion
|
||||
version=v2.3.2
|
||||
if [[ $machine == "linux" ]]; then
|
||||
version=v2.3.3
|
||||
else
|
||||
version=v2.3.2
|
||||
fi
|
||||
if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
||||
(
|
||||
set -e
|
||||
|
Reference in New Issue
Block a user