mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
forgot curl
This commit is contained in:
parent
686c842cf0
commit
ec8e423f44
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ set -euxo pipefail
|
||||||
|
|
||||||
git clone https://github.com/roc-lang/basic-cli.git
|
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.
|
# 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)
|
RELEASE_URL=$(./ci/get_latest_release_url.sh $1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue