forgot curl

This commit is contained in:
Anton-4 2022-12-13 17:38:14 +01:00
parent 686c842cf0
commit ec8e423f44
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -5,6 +5,9 @@ set -euxo pipefail
git clone https://github.com/roc-lang/basic-cli.git
# fetch releases data and save to file
curl https://api.github.com/repos/roc-lang/roc/releases > roc_releases.json
# Get the url of the latest release. We're not using the latest main source code for easier reproducibility.
RELEASE_URL=$(./ci/get_latest_release_url.sh $1)