diff --git a/ci/install.sh b/ci/install.sh index 80e18e47..262b21d1 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -30,17 +30,11 @@ main() { ;; esac - # This fetches latest stable release - local tag=$(git ls-remote --tags --refs --exit-code https://github.com/japaric/cross \ - | cut -d/ -f3 \ - | grep -E '^v[0.1.0-9.]+$' \ - | $sort --version-sort \ - | tail -n1) curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- \ --force \ --git japaric/cross \ - --tag $tag \ + --tag v0.1.16 \ --target $target }